Changeset 483


Ignore:
Timestamp:
May 31, 2014 5:54:36 AM (10 years ago)
Author:
anonymous
Message:

Minor changes

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/admin2.inc.css

    r457 r483  
    9595/*     float: left; */
    9696    min-width: 10em;
    97     width: 10em !important;
     97    width: 10em;
    9898    _width: 10em;  /* IE6 hack */
    9999    margin: 0 0 10px 0;
     
    199199    border-size: 1px;
    200200    width: 100%;
    201     margin: 4px 0;
     201    margin: 6px 0;
    202202}
    203203
  • trunk/services/templates/admin_list.ihtml

    r457 r483  
    2626        <th><?php echo $so->printSortHeader('admin_tbl.added_datetime', _("Added"), 'ASC'); ?></th>
    2727        <th><?php echo $so->printSortHeader('admin_tbl.added_by_user_id', _("by"), 'ASC'); ?></th>
    28         <th><?php echo $so->printSortHeader('admin_tbl.modified_datetime', _("Last modified"), 'ASC'); ?></th>
     28        <th><?php echo $so->printSortHeader('admin_tbl.modified_datetime', _("Modified"), 'ASC'); ?></th>
    2929        <th><?php echo $so->printSortHeader('admin_tbl.modified_by_user_id', _("by"), 'ASC'); ?></th>
    3030        <th>&nbsp;</th>
Note: See TracChangeset for help on using the changeset viewer.