Changeset 232


Ignore:
Timestamp:
01/09/2010 06:29:42 PM (2 years ago)
Author:
Acinonyx
Message:

[awmn] Add missing 'alt' attribute for 'img' element

Location:
branches/awmn/templates/basic/includes/pages
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/awmn/templates/basic/includes/pages/mynodes/mynodes_table_photosview.tpl

    r198 r232  
    44 * 
    55 * Copyright (C) 2005 Konstantinos Papadimitriou <vinilios@cube.gr> 
     6 * Copyright (C) 2010 Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 
    67 *  
    78 * This program is free software; you can redistribute it and/or modify 
     
    4142        <td class="{$cellclass}"> 
    4243        {if $key == 'photo' && $smarty.section.row.index>0} 
    43         {if $cell != ''}<img src="{$cell}" />{else}<input class="fld-form-file" type="file" name="{$data[row].view_point}" value="{$lang.search}" />{/if} 
     44        {if $cell != ''}<img src="{$cell}" />{else}<input class="fld-form-file" type="file" name="{$data[row].view_point}" value="{$lang.search}" alt="" />{/if} 
    4445        {elseif $key=='info' && $smarty.section.row.index>0} 
    4546        <textarea name="info-{$data[row].view_point}">{$cell|escape}</textarea> 
  • branches/awmn/templates/basic/includes/pages/nodes/myview.tpl

    r198 r232  
    44 * 
    55 * Copyright (C) 2005 Konstantinos Papadimitriou <vinilios@cube.gr> 
     6 * Copyright (C) 2010 Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 
    67 *  
    78 * This program is free software; you can redistribute it and/or modify 
     
    3132        <tr> 
    3233        <td class="node-view-left-mid" >{include file="generic/photosview_image.tpl" image=$photosview.W}</td> 
    33         <td class="node-view-left-mid" ><img src="{$img_dir}compass.png" /></td> 
     34        <td class="node-view-left-mid" ><img src="{$img_dir}compass.png" alt="" /></td> 
    3435        <td class="node-view-right-mid" >{include file="generic/photosview_image.tpl" image=$photosview.E}</td> 
    3536        </tr> 
  • branches/awmn/templates/basic/includes/pages/nodes/nodes_plot_link.tpl

    r231 r232  
    7575                                </tr> 
    7676                                <tr> 
    77                                         <td height="100%" colspan="3" align="center"><img src="{$plot_image}&amp;width=570&amp;height=250" width="570" height="250" /></td> 
     77                                        <td height="100%" colspan="3" align="center"><img src="{$plot_image}&amp;width=570&amp;height=250" width="570" height="250" alt="" /></td> 
    7878                                </tr> 
    7979                                <tr> 
Note: See TracChangeset for help on using the changeset viewer.