Ignore:
Timestamp:
Feb 16, 2010, 11:32:20 PM (14 years ago)
Author:
plg
Message:

feature 1409 added: new tab "Settings".

Note: I would have like to use jQuery UI sliders for resize dimensions and
image quality BUT I can't even find the documentation of the very old version
of jQuery UI we use. I'll implement theses widget when integrating UploadForm
into trunk (with jQuery + jQuery UI updated).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/upload_form/upload.tpl

    r4895 r4897  
    5656{/if}
    5757
    58 {literal}
    59 <style>
    60 #uploadBoxes P {
    61   margin:0;
    62   margin-bottom:2px;
    63   padding:0;
    64 }
    65 
    66 #batchLink {
    67   text-align:center;
    68 }
    69 
    70 .category_selection {
    71   min-height:65px;
    72   margin-top:5px;
    73 }
    74 
    75 .category_selection TABLE {
    76   margin:0;
    77 }
    78 
    79 .formField {
    80   width:650px;
    81   margin:0 auto 20px auto;
    82   padding:10px;
    83   border: 2px solid #292929;
    84 }
    85 
    86 .formFieldTitle {
    87   font-weight:bold;
    88   margin-bottom:10px;
    89 }
    90 
    91 .formField P {
    92   margin:0;
    93 }
    94 </style>
    95 {/literal}
    96 
    97 <div class="titrePage" style="height:0">
     58<div class="titrePage" style="height:25px">
    9859  <h2>{'Upload Form'|@translate}</h2>
    9960</div>
     
    12889<input name="upload_id" value="{$upload_id}" type="hidden">
    12990{/if}
    130   <fieldset>
    131     <legend>{'Upload Photos'|@translate}</legend>
    13291
    13392    <div class="formField">
     
    157116            <td>{'Category name'|@translate}</td>
    158117            <td>
    159               <input type="text" name="category_name" value="{$F_CATEGORY_NAME}"
     118              <input type="text" name="category_name" value="{$F_CATEGORY_NAME}" style="width:400px">
    160119            </td>
    161120          </tr>
     
    209168    </p>
    210169{/if}
    211   </fieldset>
    212170</form>
    213171{/if}
Note: See TracChangeset for help on using the changeset viewer.