|
From: Jon O. <jon...@us...> - 2006-08-13 18:53:13
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/subSilver/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28185/modules/mx_pafiledb/templates/subSilver/admin Modified Files: mx_module_parameters.tpl Log Message: More module blocks - Mini block - Latest Item block Index: mx_module_parameters.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/admin/mx_module_parameters.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_module_parameters.tpl 12 Oct 2005 16:32:32 -0000 1.1 --- mx_module_parameters.tpl 13 Aug 2006 18:53:10 -0000 1.2 *************** *** 6,17 **** <td class="row1" width="50%" align="right"> <span class="topictitle">{select.PARAMETER_TITLE}:</span> ! <span class="gensmall">{select.PARAMETER_TITLE_EXPLAIN}</span> </td> <td class="row1"> <select name="{select.FIELD_ID}" class="post"> {select.SELECT_LIST} </select> </td> ! </tr> </table> </td> --- 6,18 ---- <td class="row1" width="50%" align="right"> <span class="topictitle">{select.PARAMETER_TITLE}:</span> ! <span class="gensmall">{select.PARAMETER_TITLE_EXPLAIN}</span> </td> <td class="row1"> <select name="{select.FIELD_ID}" class="post"> + <option value="0">{select.L_NONE}</option> {select.SELECT_LIST} </select> </td> ! </tr> </table> </td> |