Changeset 1885 in ExiteCMS for trunk/includes/templates/admin.downloads.tpl
- Timestamp:
- 10/20/08 00:59:18 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/admin.downloads.tpl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/admin.downloads.tpl
r1530 r1885 148 148 {/if} 149 149 <br /> 150 <table align='center' cellpadding='0' cellspacing='0' width='400'>151 150 {section name=id loop=$tree} 152 151 {if $smarty.section.id.first} 152 <table align='center' cellpadding='0' cellspacing='0' width='400'> 153 153 <tr> 154 154 <td class='tbl2'> … … 220 220 {/if} 221 221 {if $smarty.section.id.last} 222 {/if} 223 {sectionelse} 224 <tr> 225 <td align='center'> 226 <br /> 227 {$locale.506} 228 <br /><br /> 229 <a href='download_cats.php{$aidlink}'>{$locale.507} 230 <br /><br /> 231 </td> 232 </tr> 222 </table> 223 <div style='text-align:center;'> 224 <br /> 225 {buttonlink name=$locale.516 link=$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&step=add"|cat:$url_locale} 226 </div> 227 {/if} 233 228 {/section} 234 </table>235 <div style='text-align:center;'>236 <br />237 {buttonlink name=$locale.516 link=$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&step=add"|cat:$url_locale}238 </div>239 229 {include file="_closetable.tpl"} 240 230 <script type='text/javascript'> … … 247 237 {* End of template *} 248 238 {***************************************************************************} 249 {if !$cats_found}250 <center>251 {$locale.508}252 <br />253 {$locale.509}254 <br /><br />255 <a href='download_cats.php{$aidlink}'>{$locale.510}</a>{$locale.511}256 </center>257 {else}258 {/if}
Note: See TracChangeset
for help on using the changeset viewer.
