Changeset 3034 for plugins/contribute/default-templates/contribute.html
- Timestamp:
- 05/14/11 23:43:45 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/contribute/default-templates/contribute.html
r2725 r3034 286 286 287 287 <tpl:ContributeIf tags="1"> 288 <p>289 <label for="post_tags">{{tpl:lang Tags}} ({{tpl:lang separate tags by a comma}}) ({{tpl:lang optional}}) :</label>290 <!-- # avoid unnecessary spaces and line breaks -->291 <input type="text" name="post_tags" id="post_tags"292 value="<tpl:EntryTags>{{tpl:TagID}}<tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition></tpl:EntryTags>" />293 </p>294 295 288 <tpl:Tags type="tag"> 296 289 <tpl:LoopPosition start="1" length="1"> … … 308 301 </tpl:LoopPosition> 309 302 </tpl:Tags> 303 304 <p> 305 <label for="post_tags">{{tpl:lang Tags}} ({{tpl:lang separate tags by a comma}}) ({{tpl:lang optional}}) :</label> 306 <!-- # avoid unnecessary spaces and line breaks --> 307 <input type="text" name="post_tags" id="post_tags" 308 value="<tpl:EntryTags>{{tpl:TagID}}<tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition></tpl:EntryTags>" /> 309 </p> 310 310 </tpl:ContributeIf> 311 311
Note: See TracChangeset
for help on using the changeset viewer.