Ignore:
Timestamp:
Jul 10, 2012, 5:37:33 PM (12 years ago)
Author:
mistic100
Message:

-menu always displayed if user has unactive collections
-better user status checks
-localizations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/template/edit.tpl

    r16591 r16597  
    2929
    3030<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
    31 <div class="titrePage{if isset($chronology.TITLE)} calendarTitleBar{/if}">
     31<div class="titrePage">
    3232  <ul class="categoryActions">
    3333  {if !empty($COLLECTION_ACTIONS)}{$COLLECTION_ACTIONS}{/if}
     
    4747  <p class="title"><label for="name">{'Name'|@translate}</label></p>
    4848  <p><input type="text" name="name" id="name" value="{$collection.NAME}" size="60"></p>
    49   <p class="title">{'Public'|@translate}</p>
     49  <p class="title">{'Public collection'|@translate}</p>
    5050  <p>
    5151    <label><input type="radio" name="public" value="0" {if not $collection.PUBLIC}checked="checked"{/if}> {'No'|@translate}</label>
    5252    <label><input type="radio" name="public" value="1" {if $collection.PUBLIC}checked="checked"{/if}> {'Yes'|@translate}</label>
    53     <span id="publicURL" {if not $collection.PUBLIC}style="display:none;"{/if}><span class="button" title="{'Copy to clipborad'|@translate}">&nbsp;</span><span class="url">{$collection.U_PUBLIC}</span></span>
     53    <span id="publicURL" {if not $collection.PUBLIC}style="display:none;"{/if}><span class="button" title="{'Copy to clipboard'|@translate}">&nbsp;</span><span class="url">{$collection.U_PUBLIC}</span></span>
    5454  </p>
    5555  <p>
Note: See TracChangeset for help on using the changeset viewer.