Ignore:
Timestamp:
Jun 29, 2009, 5:00:34 PM (15 years ago)
Author:
flop25
Message:

refresh all the tpl with current yoga tpl.

maj avec le yoga de pwg 2.0.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floPure/upload.tpl

    r3333 r3474  
    1 {* $Id: upload.tpl 2352 2008-05-20 00:27:26Z patdenice $ *}
     1{* $Id: upload.tpl 2723 2008-10-11 20:38:33Z rub $ *}
     2
     3{* Example of resizeable *}
     4{*
     5{include file='include/autosize.inc.tpl'}
     6*}
    27
    38<div id="content" class="content">
     
    3843    <tr>
    3944      <td colspan="2" align="center">
    40       <input name="picture" type="file" value="" />
     45      <input class="file" name="picture" type="file" value="" />
    4146      </td>
    4247    </tr>
     
    8893      <td>{'comment'|@translate}</td>
    8994      <td>
    90        <textarea name="comment" rows="3" cols="40" style="overflow:auto">{$COMMENT_IMG}</textarea>
     95       <textarea name="comment" id="comment" rows="3" cols="40" style="overflow:auto">{$COMMENT_IMG}</textarea>
    9196      </td>
    9297    </tr>
     
    107112 
    108113  {if isset($SHOW_FORM_FIELDS) and $SHOW_FORM_FIELDS}
    109   <div style="text-align:left;"><span style="color:red;">*</span> : {'mandatory'|@translate}</div>
     114  <div style="text-align:left; margin-left:20px;"><span style="color:red;">*</span> : {'mandatory'|@translate}</div>
    110115  {/if}
    111116  </div>
Note: See TracChangeset for help on using the changeset viewer.