Changeset 3036 for themes/corpoweeeb/tpl/contribute.html
- Timestamp:
- 05/15/11 00:12:24 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/corpoweeeb/tpl/contribute.html
r2521 r3036 313 313 314 314 <tpl:ContributeIf tags="1"> 315 <p>316 <label for="post_tags">{{tpl:lang Tags}} ({{tpl:lang separate tags by a comma}}) ({{tpl:lang optional}}) :</label>317 <!-- # avoid unnecessary spaces and line breaks -->318 <input type="text" name="post_tags" id="post_tags"319 value="<tpl:EntryTags>{{tpl:TagID}}<tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition></tpl:EntryTags>" />320 </p>321 322 315 <tpl:Tags type="tag"> 323 316 <tpl:LoopPosition start="1" length="1"> … … 335 328 </tpl:LoopPosition> 336 329 </tpl:Tags> 330 331 <p> 332 <label for="post_tags">{{tpl:lang Tags}} ({{tpl:lang separate tags by a comma}}) ({{tpl:lang optional}}) :</label> 333 <!-- # avoid unnecessary spaces and line breaks --> 334 <input type="text" name="post_tags" id="post_tags" 335 value="<tpl:EntryTags>{{tpl:TagID}}<tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition></tpl:EntryTags>" /> 336 </p> 337 337 </tpl:ContributeIf> 338 338
Note: See TracChangeset
for help on using the changeset viewer.