Changeset 4612


Ignore:
Timestamp:
09/06/10 21:20:33 (17 months ago)
Author:
vain
Message:
  • fixed W3C warnings due to deprecated 'name' attr
Location:
trunk/themes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/accessible/board/posts.tpl

    r3742 r4612  
    1818         <tr> 
    1919            <td rowspan="2"> 
    20             <a name="postid" /> 
     20            <a id="postid" /> 
    2121            <a href='index.php?mod=users&amp;id={$thread.userid_of_last_post}'>{$post.username} Author of Last Post</a> 
    2222            <br /> 
  • trunk/themes/admin/modules/show_all_old.tpl

    r3866 r4612  
    161161    <tr id="{$wert.module_id}_sub_{$item.submodule_id}_tr1"> 
    162162        <td width="40" height="20"> 
    163             <a name="{$wert.module_id}_{$key}"> 
     163            <a id="{$wert.module_id}_{$key}"> 
    164164            <strong>{t}Name:{/t}</strong> 
    165165        </td> 
  • trunk/themes/backend/modulemanager/show_all_old.tpl

    r3866 r4612  
    161161    <tr id="{$wert.module_id}_sub_{$item.submodule_id}_tr1"> 
    162162        <td width="40" height="20"> 
    163             <a name="{$wert.module_id}_{$key}"> 
     163            <a id="{$wert.module_id}_{$key}"> 
    164164            <strong>{t}Name:{/t}</strong> 
    165165        </td> 
Note: See TracChangeset for help on using the changeset viewer.