Changeset 1015 for trunk/template
- Timestamp:
- Jan 27, 2006, 11:40:51 PM (19 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/category.tpl
r972 r1015 108 108 <ul class="categoryActions"> 109 109 <li> </li> 110 110 111 <!-- BEGIN caddie --> 111 112 <li><a href="{caddie.URL}" title="{lang:add to caddie}"><img src="{themeconf:icon_dir}/caddie_add.png" class="button" alt="{lang:caddie}"/></a></li> 112 113 <!-- END caddie --> 114 113 115 <!-- BEGIN edit --> 114 116 <li><a href="{edit.URL}" title="{lang:edit category informations}"><img src="{themeconf:icon_dir}/category_edit.png" class="button" alt="{lang:edit}"/></a></li> 115 117 <!-- END edit --> 118 119 <!-- BEGIN search_rules --> 120 <li><a href="{search_rules.URL}" style="border:none;" onclick="popuphelp(this.href); return false;" title="{lang:Search rules}"><img src="{themeconf:icon_dir}/search_rules.png" class="button" alt="(?)"></a></li> 121 <!-- END search_rules --> 122 116 123 </ul> 117 <h2>{TITLE}</h2> 118 </div> 124 125 <h2>{TITLE}</h2> 126 127 </div> <!-- content --> 128 119 129 <!-- BEGIN calendar --> 120 130 <div class="navigationBar">{calendar.YEARS_NAV_BAR}</div>
Note: See TracChangeset
for help on using the changeset viewer.