Changeset 1107 for trunk/template/yoga


Ignore:
Timestamp:
Mar 28, 2006, 3:26:37 AM (18 years ago)
Author:
rvelices
Message:

fix: php 5 errors and warnings

improve: put back update remote site from local listing.xml functionality
(allow_url_fopen is false on several ISPs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/site_manager.tpl

    • Property svn:keywords set to Author Date Id Revision
    r1085 r1107  
    1 <!-- $Id: remote_site.tpl 980 2005-12-10 15:24:53Z chrisaga $ -->
     1<!-- $Id$ -->
    22<div class="titrePage">
    33  <ul class="categoryActions">
     
    1616</div>
    1717<!-- END remote_output -->
     18
     19<!-- BEGIN local_listing -->
     20{lang:remote_site_local_found} {local_listing.URL}
     21<!-- BEGIN create -->
     22<form action="" method="post">
     23  <p>
     24    {lang:remote_site_local_create}:
     25    <input type="hidden" name="no_check" value="1"/>
     26    <input type="hidden" name="galleries_url" value="{local_listing.URL}" />
     27    <input type="submit" name="submit" value="{lang:submit}"/>
     28  </p>
     29</form>
     30<!-- END create -->
     31<!-- BEGIN update -->
     32<a href="{local_listing.update.U_SYNCHRONIZE}" title="{lang:remote_site_local_update}">{lang:site_synchronize}</a>
     33<!-- END update -->
     34<!-- END local_listing -->
    1835
    1936<!-- BEGIN sites -->
Note: See TracChangeset for help on using the changeset viewer.