Ignore:
Timestamp:
07.06.2010 13:38:54 (2 years ago)
Author:
fhoffmann
Message:

Applied HTML fix (FF) for f_recordset_grid.dtml (requested by Inst.f.Allg.Medizin, Uniklinik Jena)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/dtml/object/f_recordset_grid.dtml

    r1012 r1048  
    3939 <tr class="neutralColorMedium"> 
    4040  <dtml-if grid_options> 
    41   <th class="form-small" align="left" 
     41  <th class="form-small" align="left" style="white-space:nowrap" 
    4242   ><dtml-if "'insert' in grid_options.keys()" 
    4343   ><a href="<dtml-var "grid_options['insert']['action']">" class="button" 
    44     ><img src="<dtml-var MISC_ZMS>btn_add.gif" alt="<dtml-var "getZMILangStr('CAPTION_INSERT')%getZMILangStr('ATTR_RECORD')">..." border="0" 
     44    ><img src="<dtml-var MISC_ZMS>btn_add.gif" alt="add" title="<dtml-var "getZMILangStr('CAPTION_INSERT')%getZMILangStr('ATTR_RECORD')">..." border="0" 
    4545    /></a 
    4646   ></dtml-if 
    4747   ><dtml-if "'export' in grid_options.keys()" 
    4848   ><a href="<dtml-var "grid_options['export']['action']">" class="button"<dtml-if "grid_options['export'].get('manage_target')"> target="<dtml-var "grid_options['export'].get('manage_target')">"</dtml-if> 
    49     ><img src="<dtml-var "grid_options['export']['icon']">" alt="<dtml-var "getZMILangStr('BTN_EXPORT')">..." border="0" 
     49    ><img src="<dtml-var "grid_options['export']['icon']">" alt="export" title="<dtml-var "getZMILangStr('BTN_EXPORT')">..." border="0" 
    5050    /></a 
    5151   ></dtml-if 
Note: See TracChangeset for help on using the changeset viewer.