Ignore:
Timestamp:
11/06/07 00:40:02 (5 years ago)
Author:
hverton
Message:

Added the Webmaster Toolbox admin module
Fixed XHTML errors in the opentable/openside templates
Fixed XHTML in the admin index module
Fixed a query error in the members module (didn't filter suspended account when using a letter or country filter)
Converted the GeoIP update script to a Toolbox plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/ExiteCMS/templates/templates/_openside_x.tpl

    r934 r1068  
    2727                    <td class='sub-cap-main'> 
    2828                        <div style='display:inline; position:relative; float:right;margin-top:2px;'> 
    29                             <img src='{$smarty.const.THEME}images/panel_{if $_state == 1}on{else}off{/if}.gif' name='b_{$_name}' onclick="javascript:flipBox('{$_name}')" /> 
     29                            <img src='{$smarty.const.THEME}images/panel_{if $_state == 1}on{else}off{/if}.gif' alt='' name='b_{$_name}' onclick="javascript:flipBox('{$_name}')" /> 
    3030                        </div> 
    3131                        {$title|default:"&nbsp;"} 
Note: See TracChangeset for help on using the changeset viewer.