Changeset 2641:1ec355180bff for inc/public/default-templates
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/currywurst/_simple-entry.html
r2623 r2641 152 152 </p> 153 153 154 <p class="field field-content"><label for="c_content" >{{tpl:lang Comment}}<abbr title="{{tpl:lang Required field}}">*</abbr> :</label>154 <p class="field field-content"><label for="c_content" aria-describedby="c_help">{{tpl:lang Comment}}<abbr title="{{tpl:lang Required field}}">*</abbr> :</label> 155 155 <textarea name="c_content" id="c_content" cols="35" 156 156 rows="7" required>{{tpl:CommentPreviewContent raw="1" encode_html="1"}}</textarea> 157 157 </p> 158 158 159 <p class="form-help" >{{tpl:CommentHelp}}</p>159 <p class="form-help" id="c_help">{{tpl:CommentHelp}}</p> 160 160 161 161 <!-- # --BEHAVIOR-- publicCommentFormAfterContent -->
Note: See TracChangeset
for help on using the changeset viewer.