Changeset 2035 in ExiteCMS


Ignore:
Timestamp:
11/16/08 12:32:36 (3 years ago)
Author:
WanWizard
Message:

fixed templates that are to wide for certain themes due to a fixed width setting

Location:
trunk/includes/templates
Files:
21 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/admin.activation.tpl

    r1935 r2035  
    2121{section name=id loop=$newusers} 
    2222    {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'> 
    2424        <tr> 
    2525            <td class='tbl2' style='font-weight:bold;text-align:center;'> 
  • trunk/includes/templates/admin.download_cats.tpl

    r1935 r2035  
    156156{/if} 
    157157<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'> 
    159159{section name=dc loop=$cats} 
    160160{if $smarty.section.dc.first} 
  • trunk/includes/templates/admin.downloads.tpl

    r2012 r2035  
    251251        <div class='errors'><br />{$upload_error}</div> 
    252252    {/if} 
    253     <table align='center' width='600' cellpadding='0' cellspacing='0'> 
     253    <table align='center' width='100%' cellpadding='0' cellspacing='0'> 
    254254        <tr> 
    255255            <td width='175' class='tbl'> 
  • trunk/includes/templates/admin.members.tpl

    r1935 r2035  
    182182        {section name=id loop=$members} 
    183183            {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'> 
    185185                <tr> 
    186186                    <td class='tbl2'> 
  • trunk/includes/templates/admin.modules.tpl

    r1935 r2035  
    4545{section name=id loop=$modules} 
    4646{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'> 
    4848{/if} 
    4949    <tr> 
  • trunk/includes/templates/admin.news_cats.tpl

    r1935 r2035  
    5858{cycle name=column values="1,2,3,4" assign="column" print=no}                       {* keep track of the current column *} 
    5959    {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%'> 
    6161    {/if} 
    6262    {if $column == 1}<tr>{/if} 
  • trunk/includes/templates/admin.panels.tpl

    r1935 r2035  
    3131{section name=id loop=$panels} 
    3232    {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'> 
    3434    {/if} 
    3535    {if $panels[id].new_panel_side} 
  • trunk/includes/templates/admin.ranking.tpl

    r1935 r2035  
    2222    {include file="_opentable.tpl" name=$_name title=$tabletitle state=$_state style=$_style} 
    2323    <form name='layoutform' method='post' action='{$smarty.const.FUSION_SELF}{$aidlink}&amp;action={$action}'> 
    24         <table align='center' cellpadding='0' cellspacing='1' width='600'> 
     24        <table align='center' cellpadding='0' cellspacing='1' width='100%'> 
    2525            <tr> 
    2626                <td class='tbl'> 
     
    180180{else} 
    181181    {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'> 
    183183        <tr> 
    184184            <td align='center' width='1%' class='tbl2' style='white-space:nowrap'> 
  • trunk/includes/templates/admin.search.tpl

    r1935 r2035  
    2121{if $action == "add" || $action == "edit"} 
    2222    <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%'> 
    2424            <tr> 
    2525                <td class='tbl'> 
     
    8181    </form> 
    8282{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'> 
    8484        <tr> 
    8585            <td class='tbl2'> 
  • trunk/includes/templates/admin.settings_forum.tpl

    r2010 r2035  
    2121{include file="admin.settings_links.tpl"} 
    2222<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%'> 
    2424        <tr> 
    2525            <td width='60%' class='tbl'> 
  • trunk/includes/templates/admin.settings_languages.tpl

    r1935 r2035  
    2121{include file="admin.settings_links.tpl} 
    2222<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%'> 
    2424        <tr> 
    2525            <td width='50%' class='tbl'> 
  • trunk/includes/templates/admin.settings_main.tpl

    r2012 r2035  
    2121{include file="admin.settings_links.tpl} 
    2222<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%'> 
    2424        <tr> 
    2525            <td width='50%' class='tbl'> 
  • trunk/includes/templates/admin.settings_messages.tpl

    r1935 r2035  
    2121{include file="admin.settings_links.tpl} 
    2222<form name='optionsform' method='post' action='{$smarty.const.FUSION_SELF}{$aidlink}&amp;folder=options'> 
    23     <table align='center' cellpadding='0' cellspacing='0' width='600'> 
     23    <table align='center' cellpadding='0' cellspacing='0' width='100%'> 
    2424        <tr> 
    2525            <td class='tbl2' align='center' colspan='2'> 
  • trunk/includes/templates/admin.settings_misc.tpl

    r1935 r2035  
    2121{include file="admin.settings_links.tpl} 
    2222<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%'> 
    2424        <tr> 
    2525            <td width='50%' class='tbl'> 
  • trunk/includes/templates/admin.settings_security.tpl

    r1978 r2035  
    2828{/if}  
    2929<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%'> 
    3131        <tr> 
    3232            <td width='50%' class='tbl'> 
  • trunk/includes/templates/admin.settings_time.tpl

    r1935 r2035  
    2121{include file="admin.settings_links.tpl} 
    2222<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%'> 
    2424        <tr> 
    2525            <td class='tbl2'> 
  • trunk/includes/templates/admin.site_links.tpl

    r1935 r2035  
    138138        {/if} 
    139139        <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'> 
    141141            <tr> 
    142142                <td class='tbl2'> 
  • trunk/includes/templates/main.members.tpl

    r1935 r2035  
    3333    {section name=id loop=$members} 
    3434        {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'> 
    3636            <tr> 
    3737                <td class='tbl2'> 
  • trunk/includes/templates/main.profile.groups.tpl

    r1935 r2035  
    1919{***************************************************************************} 
    2020{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'> 
    2222    <tr> 
    2323        <td align='center' colspan='{if $smarty.const.iUSER >= 102}4{else}2{/if}' class='tbl1'> 
  • trunk/includes/templates/main.profile.members.tpl

    r2010 r2035  
    1919{***************************************************************************} 
    2020{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'> 
    2222    <tr> 
    2323        <td colspan='3'> 
     
    140140</table> 
    141141<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'> 
    143143    <tr> 
    144144        <td class='tbl2' colspan='2'> 
     
    213213    {if $smarty.section.group.first} 
    214214        <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'> 
    216216            <tr> 
    217217                <td class='tbl2'> 
     
    232232    {if $smarty.section.id.first} 
    233233        <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'> 
    235235            <tr> 
    236236                <td class='tbl2'> 
  • trunk/includes/templates/main.reports.tpl

    r1935 r2035  
    2222        {section name=id loop=$reports} 
    2323        <form name='form{$reports[id].report_id}' method='post' action='{$smarty.const.FUSION_SELF|cat:"?action=report&amp;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'> 
    2525                <tr> 
    2626                    <td class='tbl2'> 
Note: See TracChangeset for help on using the changeset viewer.