Changeset 372 for trunk

Show
Ignore:
Timestamp:
07/19/07 17:06:50 (1 year ago)
Author:
ludo
Message:

software comments displayed (from r4614)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/webmin/lrs-inventory/sql/schema.sql.v.8

    r370 r372  
    33-- 
    44 
    5 ALTER TABLE Software ADD Comments varchar(128) default NULL; 
     5ALTER TABLE Software ADD Comments varchar(255) default NULL; 
    66ALTER TABLE hasSlot CHANGE slots slot int(11) unsigned NOT NULL default '0'; 
    77 
  • trunk/webmin/lrs-inventory/tmpl/en/Software.tpl

    r133 r372  
    2222                                <th>Size {SORT_EXECUTABLESIZE}</th> 
    2323                                <th>Path {SORT_PRODUCTPATH}</th> 
     24                                <th>Comment {SORT_COMMENTS}</th> 
    2425                                <th>Appearance {SORT_FIRSTAPPARITION}</th> 
    2526                        </tr> 
     
    3435                                <td class="{EXECUTABLESIZE_CLASS}">{EXECUTABLESIZE}</td> 
    3536                                <td class="{PRODUCTPATH_CLASS}">{PRODUCTPATH}/{APPLICATION}</td> 
     37                                <td class="{COMMENTS_CLASS}">{COMMENTS}</td> 
    3638                                <td class="{FIRSTAPPARITION_CLASS}">{FIRSTAPPARITION}</td> 
    3739                        </tr> 
  • trunk/webmin/lrs-inventory/tmpl/fr/Software.tpl

    r133 r372  
    2222                                <th>Taille {SORT_EXECUTABLESIZE}</th> 
    2323                                <th>Chemin {SORT_PRODUCTPATH}</th> 
     24                                <th>Commentaire {SORT_COMMENTS}</th> 
    2425                                <th>Apparu le {SORT_FIRSTAPPARITION}</th> 
    2526                        </tr> 
     
    3435                                <td class="{EXECUTABLESIZE_CLASS}">{EXECUTABLESIZE}</td> 
    3536                                <td class="{PRODUCTPATH_CLASS}">{PRODUCTPATH}/{APPLICATION}</td> 
     37                                <td class="{COMMENTS_CLASS}">{COMMENTS}</td> 
    3638                                <td class="{FIRSTAPPARITION_CLASS}" nowrap="nowrap">{FIRSTAPPARITION}</td> 
    3739                        </tr>