Ignore:
Timestamp:
Jul 17, 2009, 5:30:27 PM (15 years ago)
Author:
flop25
Message:

update global with pwg 2.0.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOs/upload.tpl

    r3334 r3618  
    1 {* $Id: upload.tpl 2352 2008-05-20 00:27:26Z patdenice $ *}
    2 
     1{* Example of resizeable *}
     2{*
     3{include file='include/autosize.inc.tpl'}
     4*}
    35<div id="content" class="content">
    46
     
    3739    <tr>
    3840      <td colspan="2" align="center">
    39       <input name="picture" type="file" value="" />
     41      <input class="file" name="picture" type="file" value="" />
    4042      </td>
    4143    </tr>
     
    8789      <td>{'comment'|@translate}</td>
    8890      <td>
    89        <textarea name="comment" rows="3" cols="40" style="overflow:auto">{$COMMENT_IMG}</textarea>
     91       <textarea name="comment" id="comment" rows="3" cols="40" style="overflow:auto">{$COMMENT_IMG}</textarea>
    9092      </td>
    9193    </tr>
     
    106108 
    107109  {if isset($SHOW_FORM_FIELDS) and $SHOW_FORM_FIELDS}
    108   <div style="text-align:left;"><span style="color:red;">*</span> : {'mandatory'|@translate}</div>
     110  <div style="text-align:left; margin-left:20px;"><span style="color:red;">*</span> : {'mandatory'|@translate}</div>
    109111  {/if}
    110112</div> <!-- content -->
Note: See TracChangeset for help on using the changeset viewer.