Changeset 3035 for themes/freshy2/tpl/contribute.html
- Timestamp:
- 05/15/11 00:09:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/freshy2/tpl/contribute.html
r2801 r3035 292 292 293 293 <tpl:ContributeIf tags="1"> 294 <p>295 <label for="post_tags">{{tpl:lang Tags}} ({{tpl:lang separate tags by a comma}}) ({{tpl:lang optional}}) :</label>296 <!-- # avoid unnecessary spaces and line breaks -->297 <input type="text" name="post_tags" id="post_tags"298 value="<tpl:EntryTags>{{tpl:TagID}}<tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition></tpl:EntryTags>" />299 </p>300 301 294 <tpl:Tags type="tag"> 302 295 <tpl:LoopPosition start="1" length="1"> … … 314 307 </tpl:LoopPosition> 315 308 </tpl:Tags> 309 310 <p> 311 <label for="post_tags">{{tpl:lang Tags}} ({{tpl:lang separate tags by a comma}}) ({{tpl:lang optional}}) :</label> 312 <!-- # avoid unnecessary spaces and line breaks --> 313 <input type="text" name="post_tags" id="post_tags" 314 value="<tpl:EntryTags>{{tpl:TagID}}<tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition></tpl:EntryTags>" /> 315 </p> 316 316 </tpl:ContributeIf> 317 317
Note: See TracChangeset
for help on using the changeset viewer.