Ignore:
Timestamp:
Jan 13, 2011, 4:24:18 PM (13 years ago)
Author:
plg
Message:

feature 2108 added: user upload removed from core. It will come back as a
"new generation" user upload in the Community plugin.

Location:
trunk/admin/themes/default/template
Files:
1 deleted
4 edited

Legend:

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

    r8394 r8651  
    1919      <ul>
    2020        <li><a href="{$U_ADD_PHOTOS}">{'Add'|@translate}</a></li>
    21 {if $ENABLE_SYNCHRONIZATION}
    22         <li><a href="{$U_WAITING}">{'Waiting'|@translate}</a></li>
    23 {/if}
    2421        <li><a href="{$U_RATING}">{'Rating'|@translate}</a></li>
    2522        <li><a href="{$U_TAGS}">{'Tags'|@translate}</a></li>
  • trunk/admin/themes/default/template/cat_modify.tpl

    r8128 r8651  
    8686      </td>
    8787    </tr>
    88     {if isset($SHOW_UPLOADABLE) }
    89     <tr>
    90       <td><strong>{'Authorize upload'|@translate}</strong>
    91       <td>
    92         {html_radios name='uploadable' values='false,true'|@explode output='No,Yes'|@explode|translate selected=$CAT_UPLOADABLE}
    93       </td>
    94     </tr>
    95     {/if}
    9688  </table>
    9789</fieldset>
  • trunk/admin/themes/default/template/configuration.tpl

    r8626 r8651  
    184184    </li>
    185185
    186   </ul>
    187 </fieldset>
    188 {/if}
    189 
    190 {if isset($upload)}
    191 <fieldset id="uploadConf">
    192   <legend></legend>
    193   <ul>
    194     <li>
    195       <label><span class="property">{'Show upload link every time'|@translate}</span>
    196       <input type="checkbox" name="upload_link_everytime" {if ($upload.upload_link_everytime)}checked="checked"{/if}></label>
    197     </li>
    198     <li>
    199       <label><span class="property">{'User access level to upload'|@translate}</span>
    200       {html_options name="upload_user_access" options=$upload.upload_user_access_options selected=$upload.upload_user_access_options_selected}
    201       </label>
    202     </li>
    203     <li>
    204       <label>
    205         <span class="property">{'Email admins when a picture is uploaded'|@translate}</span>
    206         <input type="checkbox" name="email_admin_on_picture_uploaded" {if ($upload.email_admin_on_picture_uploaded)}checked="checked"{/if}>
    207       </label>
    208     </li>
    209186  </ul>
    210187</fieldset>
  • trunk/admin/themes/default/template/intro.tpl

    r7995 r8651  
    3838      <li>
    3939        {$DB_ELEMENTS}
    40         {if isset($waiting)}
    41         (<a href="{$waiting.URL}">{$waiting.INFO}</a>)
    42         {/if}
    43 
    4440        {if isset($first_added)}
    4541        ({$first_added.DB_DATE})
Note: See TracChangeset for help on using the changeset viewer.