Ignore:
Timestamp:
Mar 19, 2009, 8:51:54 PM (15 years ago)
Author:
nikrou
Message:

fix several html bugs
we must find a way to fix the problem of empty select

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/configuration.tpl

    r3185 r3215  
    77</div>
    88
     9{if !isset($default)}
    910<form method="post" action="{$F_ACTION}" class="properties">
     11{/if}
    1012
    1113{if isset($main)}
     
    8688{if isset($history)}
    8789<fieldset id="historyConf">
     90  <legend></legend>
    8891  <ul>
    8992      <li>
     
    105108{if isset($comments)}
    106109<fieldset id="commentsConf">
     110  <legend></legend>
    107111  <ul>
    108112    <li>
     
    147151{if isset($upload)}
    148152<fieldset id="uploadConf">
     153  <legend></legend>
    149154  <ul>
    150155    <li>
     
    155160      <label><span class="property">{'User access level to upload'|@translate}</span>
    156161      {html_options name="upload_user_access" options=$upload.upload_user_access_options selected=$upload.upload_user_access_options_selected}
     162      </label>
    157163    </li>
    158164    <li>
     
    175181    <input class="submit" type="reset" name="reset" value="{'Reset'|@translate}">
    176182  </p>
     183</form>
    177184{/if}
    178 </form>
Note: See TracChangeset for help on using the changeset viewer.