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/ZMSLog/manage_remote.dtml

    r666 r750  
    4949  <dtml-let ob="_['sequence-item']"> 
    5050   <dtml-if "ob['type']=='d'"> 
    51      <td><img src="misc_/OFSP/Folder_icon.gif" title="" border="0"></td> 
     51     <td><img src="misc_/OFSP/Folder_icon.gif" border="0"></td> 
    5252     <td><div class="list-item"><a href="?path=<dtml-var "url_quote(ob['path']+ob['file'])">" class="zmi"><dtml-var "ob['file']"></a></div></td> 
    5353     <td>&nbsp;</td> 
     
    5656     <td><div class="list-item">&nbsp;</div></td> 
    5757   <dtml-else> 
    58      <td><img src="misc_/OFSP/File_icon.gif" title="" border="0"></td> 
     58     <td><img src="misc_/OFSP/File_icon.gif" border="0"></td> 
    5959     <td><div class="list-item"><a href="manage_index_html?path=<dtml-var "url_quote(ob['path']+ob['file'])">" class="zmi" target="_blank"><dtml-var "ob['file']"></a></div></td> 
    6060     <td>&nbsp;</td> 
Note: See TracChangeset for help on using the changeset viewer.