Changeset 2035 in ExiteCMS
- Timestamp:
- 11/16/08 12:32:36 (3 years ago)
- Location:
- trunk/includes/templates
- Files:
-
- 21 edited
-
admin.activation.tpl (modified) (1 diff)
-
admin.download_cats.tpl (modified) (1 diff)
-
admin.downloads.tpl (modified) (1 diff)
-
admin.members.tpl (modified) (1 diff)
-
admin.modules.tpl (modified) (1 diff)
-
admin.news_cats.tpl (modified) (1 diff)
-
admin.panels.tpl (modified) (1 diff)
-
admin.ranking.tpl (modified) (2 diffs)
-
admin.search.tpl (modified) (2 diffs)
-
admin.settings_forum.tpl (modified) (1 diff)
-
admin.settings_languages.tpl (modified) (1 diff)
-
admin.settings_main.tpl (modified) (1 diff)
-
admin.settings_messages.tpl (modified) (1 diff)
-
admin.settings_misc.tpl (modified) (1 diff)
-
admin.settings_security.tpl (modified) (1 diff)
-
admin.settings_time.tpl (modified) (1 diff)
-
admin.site_links.tpl (modified) (1 diff)
-
main.members.tpl (modified) (1 diff)
-
main.profile.groups.tpl (modified) (1 diff)
-
main.profile.members.tpl (modified) (4 diffs)
-
main.reports.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/admin.activation.tpl
r1935 r2035 21 21 {section name=id loop=$newusers} 22 22 {if $smarty.section.id.first} 23 <table align='center' cellpadding='0' cellspacing='1' width=' 600' class='tbl-border'>23 <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 24 24 <tr> 25 25 <td class='tbl2' style='font-weight:bold;text-align:center;'> -
trunk/includes/templates/admin.download_cats.tpl
r1935 r2035 156 156 {/if} 157 157 <br /> 158 <table align='center' width=' 600' cellspacing='1' cellpadding='0' class='tbl-border'>158 <table align='center' width='100%' cellspacing='1' cellpadding='0' class='tbl-border'> 159 159 {section name=dc loop=$cats} 160 160 {if $smarty.section.dc.first} -
trunk/includes/templates/admin.downloads.tpl
r2012 r2035 251 251 <div class='errors'><br />{$upload_error}</div> 252 252 {/if} 253 <table align='center' width=' 600' cellpadding='0' cellspacing='0'>253 <table align='center' width='100%' cellpadding='0' cellspacing='0'> 254 254 <tr> 255 255 <td width='175' class='tbl'> -
trunk/includes/templates/admin.members.tpl
r1935 r2035 182 182 {section name=id loop=$members} 183 183 {if $smarty.section.id.first} 184 <table align='center' cellpadding='0' cellspacing='1' width=' 600' class='tbl-border'>184 <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 185 185 <tr> 186 186 <td class='tbl2'> -
trunk/includes/templates/admin.modules.tpl
r1935 r2035 45 45 {section name=id loop=$modules} 46 46 {if $smarty.section.id.first} 47 <table align='center' cellpadding='0' cellspacing='1' width=' 600' class='tbl-border'>47 <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 48 48 {/if} 49 49 <tr> -
trunk/includes/templates/admin.news_cats.tpl
r1935 r2035 58 58 {cycle name=column values="1,2,3,4" assign="column" print=no} {* keep track of the current column *} 59 59 {if $smarty.section.id.first} 60 <table align='center' cellpadding='0' cellspacing='1' width=' 600'>60 <table align='center' cellpadding='0' cellspacing='1' width='100%'> 61 61 {/if} 62 62 {if $column == 1}<tr>{/if} -
trunk/includes/templates/admin.panels.tpl
r1935 r2035 31 31 {section name=id loop=$panels} 32 32 {if $smarty.section.id.first} 33 <table align='center' cellpadding='0' cellspacing='1' width=' 600' class='tbl-border'>33 <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 34 34 {/if} 35 35 {if $panels[id].new_panel_side} -
trunk/includes/templates/admin.ranking.tpl
r1935 r2035 22 22 {include file="_opentable.tpl" name=$_name title=$tabletitle state=$_state style=$_style} 23 23 <form name='layoutform' method='post' action='{$smarty.const.FUSION_SELF}{$aidlink}&action={$action}'> 24 <table align='center' cellpadding='0' cellspacing='1' width=' 600'>24 <table align='center' cellpadding='0' cellspacing='1' width='100%'> 25 25 <tr> 26 26 <td class='tbl'> … … 180 180 {else} 181 181 {include file="_opentable.tpl" name=$_name title=$_title state=$_state style=$_style} 182 <table align='center' cellpadding='0' cellspacing='1' width=' 600' class='tbl-border'>182 <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 183 183 <tr> 184 184 <td align='center' width='1%' class='tbl2' style='white-space:nowrap'> -
trunk/includes/templates/admin.search.tpl
r1935 r2035 21 21 {if $action == "add" || $action == "edit"} 22 22 <form name='searchform' method='post' action='{$smarty.const.FUSION_SELF}{$aidlink}'> 23 <table align='center' cellpadding='0' cellspacing='1' width=' 600'>23 <table align='center' cellpadding='0' cellspacing='1' width='100%'> 24 24 <tr> 25 25 <td class='tbl'> … … 81 81 </form> 82 82 {else} 83 <table align='center' cellpadding='0' cellspacing='1' width=' 600' class='tbl-border'>83 <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 84 84 <tr> 85 85 <td class='tbl2'> -
trunk/includes/templates/admin.settings_forum.tpl
r2010 r2035 21 21 {include file="admin.settings_links.tpl"} 22 22 <form name='settingsform' method='post' action='{$smarty.const.FUSION_SELF}{$aidlink}'> 23 <table align='center' cellpadding='0' cellspacing='0' width=' 600'>23 <table align='center' cellpadding='0' cellspacing='0' width='100%'> 24 24 <tr> 25 25 <td width='60%' class='tbl'> -
trunk/includes/templates/admin.settings_languages.tpl
r1935 r2035 21 21 {include file="admin.settings_links.tpl} 22 22 <form name='settingsform' method='post' action='{$smarty.const.FUSION_SELF}{$aidlink}'> 23 <table align='center' cellpadding='0' cellspacing='0' width=' 600'>23 <table align='center' cellpadding='0' cellspacing='0' width='100%'> 24 24 <tr> 25 25 <td width='50%' class='tbl'> -
trunk/includes/templates/admin.settings_main.tpl
r2012 r2035 21 21 {include file="admin.settings_links.tpl} 22 22 <form name='settingsform' method='post' action='{$smarty.const.FUSION_SELF}{$aidlink}'> 23 <table align='center' cellpadding='0' cellspacing='0' width=' 600'>23 <table align='center' cellpadding='0' cellspacing='0' width='100%'> 24 24 <tr> 25 25 <td width='50%' class='tbl'> -
trunk/includes/templates/admin.settings_messages.tpl
r1935 r2035 21 21 {include file="admin.settings_links.tpl} 22 22 <form name='optionsform' method='post' action='{$smarty.const.FUSION_SELF}{$aidlink}&folder=options'> 23 <table align='center' cellpadding='0' cellspacing='0' width=' 600'>23 <table align='center' cellpadding='0' cellspacing='0' width='100%'> 24 24 <tr> 25 25 <td class='tbl2' align='center' colspan='2'> -
trunk/includes/templates/admin.settings_misc.tpl
r1935 r2035 21 21 {include file="admin.settings_links.tpl} 22 22 <form name='settingsform' method='post' action='{$smarty.const.FUSION_SELF}{$aidlink}'> 23 <table align='center' cellpadding='0' cellspacing='0' width=' 600'>23 <table align='center' cellpadding='0' cellspacing='0' width='100%'> 24 24 <tr> 25 25 <td width='50%' class='tbl'> -
trunk/includes/templates/admin.settings_security.tpl
r1978 r2035 28 28 {/if} 29 29 <form name='settingsform' method='post' action='{$smarty.const.FUSION_SELF}{$aidlink}'> 30 <table align='center' cellpadding='0' cellspacing='0' width=' 600'>30 <table align='center' cellpadding='0' cellspacing='0' width='100%'> 31 31 <tr> 32 32 <td width='50%' class='tbl'> -
trunk/includes/templates/admin.settings_time.tpl
r1935 r2035 21 21 {include file="admin.settings_links.tpl} 22 22 <form name='settingsform' method='post' action='{$smarty.const.FUSION_SELF}{$aidlink}'> 23 <table align='center' cellpadding='0' cellspacing='0' width=' 600'>23 <table align='center' cellpadding='0' cellspacing='0' width='100%'> 24 24 <tr> 25 25 <td class='tbl2'> -
trunk/includes/templates/admin.site_links.tpl
r1935 r2035 138 138 {/if} 139 139 <br /> 140 <table align='center' cellpadding='0' cellspacing='1' width=' 600' class='tbl-border'>140 <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 141 141 <tr> 142 142 <td class='tbl2'> -
trunk/includes/templates/main.members.tpl
r1935 r2035 33 33 {section name=id loop=$members} 34 34 {if $smarty.section.id.first} 35 <table align='center' cellpadding='0' cellspacing='1' width=' 600' class='tbl-border'>35 <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 36 36 <tr> 37 37 <td class='tbl2'> -
trunk/includes/templates/main.profile.groups.tpl
r1935 r2035 19 19 {***************************************************************************} 20 20 {include file="_opentable.tpl" name=$_name title=$locale.410 state=$_state style=$_style} 21 <table align='center' cellpadding='0' cellspacing='1' width=' 600' class='tbl-border'>21 <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 22 22 <tr> 23 23 <td align='center' colspan='{if $smarty.const.iUSER >= 102}4{else}2{/if}' class='tbl1'> -
trunk/includes/templates/main.profile.members.tpl
r2010 r2035 19 19 {***************************************************************************} 20 20 {include file="_opentable.tpl" name=$_name title=$locale.420 state=$_state style=$_style} 21 <table align='center' cellpadding='0' cellspacing='1' width=' 600' class='tbl-border'>21 <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 22 22 <tr> 23 23 <td colspan='3'> … … 140 140 </table> 141 141 <br /> 142 <table align='center' cellpadding='0' cellspacing='1' width=' 600' class='tbl-border'>142 <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 143 143 <tr> 144 144 <td class='tbl2' colspan='2'> … … 213 213 {if $smarty.section.group.first} 214 214 <br /> 215 <table align='center' cellpadding='0' cellspacing='1' width=' 600' class='tbl-border'>215 <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 216 216 <tr> 217 217 <td class='tbl2'> … … 232 232 {if $smarty.section.id.first} 233 233 <br /> 234 <table align='center' cellpadding='0' cellspacing='1' width=' 600' class='tbl-border'>234 <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 235 235 <tr> 236 236 <td class='tbl2'> -
trunk/includes/templates/main.reports.tpl
r1935 r2035 22 22 {section name=id loop=$reports} 23 23 <form name='form{$reports[id].report_id}' method='post' action='{$smarty.const.FUSION_SELF|cat:"?action=report&report_id="|cat:$reports[id].report_id}' 24 <table align='center' cellpadding='0' cellspacing='1' width=' 600' class='tbl-border'>24 <table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'> 25 25 <tr> 26 26 <td class='tbl2'>
Note: See TracChangeset
for help on using the changeset viewer.
