Changeset 3036
- Timestamp:
- 05/15/11 00:12:24 (12 years ago)
- Location:
- themes/corpoweeeb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/corpoweeeb/_define.php
r2680 r3036 18 18 /* Description*/ "Thème corporate", 19 19 /* Author */ "Weeeb (http://www.weeeb.fr) - Pierre Van Glabeke", 20 /* Version */ '1.2 '20 /* Version */ '1.2.1' 21 21 /* date 27092010 */ 22 22 ); -
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.