Ignore:
Timestamp:
Mar 6, 2012, 9:27:41 PM (12 years ago)
Author:
rvelices
Message:

remove remote sites feature

File:
1 edited

Legend:

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

    r12693 r13488  
    1111  </ul>
    1212</div>
    13 {/if}
    14 
    15 {if isset($local_listing)}
    16 {'A local listing.xml file has been found for'|@translate} {$local_listing.URL}
    17 {if isset($local_listing.CREATE)}
    18 <form action="{$F_ACTION}" method="post">
    19   <p>
    20     <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
    21     {'Create this site'|@translate}:
    22     <input type="hidden" name="no_check" value="1">
    23     <input type="hidden" name="galleries_url" value="{$local_listing.URL}">
    24     <input type="submit" name="submit" value="{'Submit'|@translate}">
    25   </p>
    26 </form>
    27 {/if}
    28 {if isset($local_listing.U_SYNCHRONIZE)}
    29 &nbsp;<a href="{$local_listing.U_SYNCHRONIZE}" title="{'read local listing.xml and update'|@translate}">{'Synchronize'|@translate}</a>
    30 <br><br>
    31 {/if}
    3213{/if}
    3314
     
    4627      [<a href="{$site.U_DELETE}" onclick="return confirm('{'Are you sure?'|@translate|escape:'javascript'}');"
    4728                title="{'delete this site and all its attached elements'|@translate}">{'delete'|@translate}</a>]
    48     {/if}
    49     {if isset($site.remote)}
    50       <br>
    51       [<a href="{$site.remote.U_TEST}" title="{'test this remote site'|@translate}">{'test'|@translate}</a>]
    52       [<a href="{$site.remote.U_GENERATE}" title="{'generate file listing.xml on remote site'|@translate}">{'generate listing'|@translate}</a>]
    53       [<a href="{$site.remote.U_CLEAN}" title="{'remove remote listing.xml file'|@translate}">{'clean'|@translate}</a>]
    5429    {/if}
    5530    {if not empty($site.plugin_links)}
Note: See TracChangeset for help on using the changeset viewer.