Ignore:
Timestamp:
Sep 24, 2004, 1:41:23 AM (20 years ago)
Author:
z0rglub
Message:
  • (re)added feature : in remote site management, if a listing.xml file is found at PhpWebGallery root directory, it can be used to update a remote site
  • size and maxlength of prefix_thumbnail in admin/configuration are 10
Location:
trunk/template/default/admin
Files:
2 edited

Legend:

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

    r527 r534  
    2626  <tr>
    2727    <td><strong>{general.L_CONF_TN_PREFIX}&nbsp;:</strong><br /><span class="small">{general.L_CONF_TN_PREFIX_INFO}</span></td>
    28         <td class="row1"><input type="text" size="3" maxlength="4" name="prefix_thumbnail" value="{general.THUMBNAIL_PREFIX}" /></td>
     28        <td class="row1"><input type="text" size="10" maxlength="10" name="prefix_thumbnail" value="{general.THUMBNAIL_PREFIX}" /></td>
    2929  </tr>
    3030  <tr>
  • trunk/template/default/admin/remote_site.tpl

    r526 r534  
    4343<!-- END remote_output -->
    4444
     45<!-- BEGIN local -->
     46<div class="remoteLocal">
     47  {L_REMOTE_SITE_LOCAL_FOUND} {local.URL}
     48  <!-- BEGIN new_site -->
     49  {L_REMOTE_SITE_LOCAL_NEW}
     50  <!-- END new_site -->
     51  [<a href="{local.U_UPDATE}">{L_REMOTE_SITE_LOCAL_UPDATE}</a>]
     52</div>
     53<!-- END local -->
     54
    4555<form action="{F_ACTION}" method="post">
    4656  {L_REMOTE_SITE_CREATE}
Note: See TracChangeset for help on using the changeset viewer.