Ignore:
Timestamp:
10/03/07 21:38:21 (5 years ago)
Author:
hverton
Message:

More xhtml fixes
Added forum poll configuration to the forum admin module

File:
1 edited

Legend:

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

    r843 r864  
    3030{$locale.403}:  
    3131<select class='textbox' name='filter'> 
    32     <option value='0'></option> 
     32    <option value='0'>&nbsp;</option> 
    3333    <option value='3'{if $filter == 3} selected{/if}>{$locale.415}</option> 
    3434    <option value='4'{if $filter == 4} selected{/if}>{$locale.414}</option> 
     
    3636    <option value='1'{if $filter == 1} selected{/if}>{$locale.418}</option> 
    3737</select> 
    38 <input type='submit' name='go' value='{$locale.423}' class='button'> 
     38<input type='submit' name='go' value='{$locale.423}' class='button' /> 
    3939</form> 
    4040</center> 
     
    4747        <td colspan='5' class='tbl1'> 
    4848            <b>{if $modules[id].type == "P"}{$locale.404}{else}{$locale.405}{/if} {$modules[id].title}</b> 
    49             {if $modules[id].description|default:"" != ""}<img src='{$smarty.const.THEME}images/bullet.gif' alt='' /> <span class='alt'>{$modules[id].description}</span>{/if} 
     49            {if $modules[id].description|default:"" != ""} 
     50                <br /> 
     51                <span class='alt'>{$modules[id].description}</span> 
     52            {/if} 
    5053        </td> 
    5154    </tr> 
Note: See TracChangeset for help on using the changeset viewer.