mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 11:13:02 +02:00
- (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 git-svn-id: http://piwigo.org/svn/trunk@534 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{general.L_CONF_TN_PREFIX} :</strong><br /><span class="small">{general.L_CONF_TN_PREFIX_INFO}</span></td>
|
||||
<td class="row1"><input type="text" size="3" maxlength="4" name="prefix_thumbnail" value="{general.THUMBNAIL_PREFIX}" /></td>
|
||||
<td class="row1"><input type="text" size="10" maxlength="10" name="prefix_thumbnail" value="{general.THUMBNAIL_PREFIX}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{general.L_CONF_ACCESS} :</strong><br /><span class="small">{general.L_CONF_ACCESS_INFO}</span></td>
|
||||
|
||||
@@ -42,6 +42,16 @@
|
||||
</div>
|
||||
<!-- END remote_output -->
|
||||
|
||||
<!-- BEGIN local -->
|
||||
<div class="remoteLocal">
|
||||
{L_REMOTE_SITE_LOCAL_FOUND} {local.URL}
|
||||
<!-- BEGIN new_site -->
|
||||
{L_REMOTE_SITE_LOCAL_NEW}
|
||||
<!-- END new_site -->
|
||||
[<a href="{local.U_UPDATE}">{L_REMOTE_SITE_LOCAL_UPDATE}</a>]
|
||||
</div>
|
||||
<!-- END local -->
|
||||
|
||||
<form action="{F_ACTION}" method="post">
|
||||
{L_REMOTE_SITE_CREATE}
|
||||
<input type="text" name="galleries_url" value="{F_GALLERIES_URL}" />
|
||||
|
||||
Reference in New Issue
Block a user