Changeset 526 for trunk/template


Ignore:
Timestamp:
Sep 18, 2004, 6:09:47 PM (20 years ago)
Author:
z0rglub
Message:
  • new version of create_file_listing.php for future 1.4 branch
  • new feature : remote site management (generate listing, update, clean, delete)
  • on category page, no display of filesize if info not available in database
Location:
trunk/template/default
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/admin.tpl

    r403 r526  
    1818  <li><a class="adminMenu" href="{U_FAQ}">{L_FAQ}</a></li>
    1919  <li><a class="adminMenu" href="{U_CONFIG}">{L_CONFIG}</a></li>
    20   <li><a class="adminMenu" href="{U_CONFIG}">{L_SITES}</a></li>
     20  <li><a class="adminMenu" href="{U_SITES}">{L_SITES}</a></li>
    2121  <!--<li><a class="adminMenu" href="{U_CONFIG}">{L_DEFAULT}</a></li>-->
    2222  <li><a class="adminMenu" href="{U_PHPINFO}">{L_PHPINFO}</a></li>
  • trunk/template/default/default.css

    r519 r526  
    389389  background-color:#505050;
    390390}
     391
     392div.remoteOutput {
     393  background-color:#444444;
     394  border:1px solid black;
     395  margin:10px;
     396  text-align:left;
     397}
     398
     399li.remoteInfo {
     400  color:gray;
     401}
     402
     403li.remoteWarning {
     404  color:#ffe1e1;
     405}
     406
     407li.remoteError {
     408  color:orange;
     409}
Note: See TracChangeset for help on using the changeset viewer.