Ignore:
Timestamp:
23.10.2009 16:12:55 (3 years ago)
Author:
chris
Message:

zms-2.11.4-01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/dtml/acl_mediadb/manage_browse.dtml

    r723 r750  
    3838  <dtml-let ob=sequence-item> 
    3939   <dtml-if "ob['type']=='d'"> 
    40      <td><img src="misc_/OFSP/Folder_icon.gif" title="" border="0"></td> 
     40     <td><img src="misc_/OFSP/Folder_icon.gif" border="0"></td> 
    4141     <td><div class="list-item"><a href="?path=<dtml-var "urlQuote(ob['path']+ob['file'])">"><dtml-var "ob['file']"></a></div></td> 
    4242     <td>&nbsp;</td> 
     
    4545     <td><div class="list-item">&nbsp;</div></td> 
    4646   <dtml-else> 
    47      <td><img src="misc_/OFSP/File_icon.gif" title="" border="0"></td> 
     47     <td><img src="misc_/OFSP/File_icon.gif" border="0"></td> 
    4848     <td><div class="list-item"><a href="manage_index_html?path=<dtml-var "urlQuote(ob['path']+ob['file'])">"><dtml-var "ob['file']"></a></div></td> 
    4949     <td>&nbsp;</td> 
Note: See TracChangeset for help on using the changeset viewer.