|
From: Florin C B. <ory...@us...> - 2014-09-24 03:36:36
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/_core In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11967 Modified Files: pa_file_add.tpl Log Message: open tr backend in fildset Index: pa_file_add.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/_core/pa_file_add.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pa_file_add.tpl 27 Apr 2008 18:48:49 -0000 1.2 --- pa_file_add.tpl 24 Sep 2014 03:36:34 -0000 1.3 *************** *** 67,71 **** <tr> <th colspan="2" class="thHead">{L_FILE_TITLE}</th> ! </tr> <tr> <td width="50%" class="row1"><span class="genmed">{L_FILE_NAME}</span><br><span class="gensmall">{L_FILE_NAME_INFO}</span></td> --- 67,71 ---- <tr> <th colspan="2" class="thHead">{L_FILE_TITLE}</th> ! <fieldset> <tr> <td width="50%" class="row1"><span class="genmed">{L_FILE_NAME}</span><br><span class="gensmall">{L_FILE_NAME_INFO}</span></td> *************** *** 179,187 **** </tr> <!-- ENDIF --> - <!-- INCLUDE pa_custom_field.tpl --> <tr> <td align="center" class="cat" colspan="2">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" value="{L_FILE_TITLE}" name="submit"></td> </tr> </table> </form> --- 179,188 ---- </tr> <!-- ENDIF --> <!-- INCLUDE pa_custom_field.tpl --> <tr> <td align="center" class="cat" colspan="2">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" value="{L_FILE_TITLE}" name="submit"></td> </tr> + </fieldset> + </tr> </table> </form> |