paulsp      2002/07/02 00:22:38

  Modified:    webapp/WEB-INF/templates/vm/portlets/html
                        customizer-portlet.vm
  Added:       webapp/WEB-INF/templates/vm/portlets/html
                        customize-update_save_row.vm
  Log:
  Move save and commit button row to a common file.
  
  Revision  Changes    Path
  1.8       +1 -8      
jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/customizer-portlet.vm
  
  Index: customizer-portlet.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/customizer-portlet.vm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- customizer-portlet.vm     2 Jul 2002 03:16:03 -0000       1.7
  +++ customizer-portlet.vm     2 Jul 2002 07:22:38 -0000       1.8
  @@ -47,13 +47,6 @@
         </td>
       </tr>
     #end
  +#parse ("/portlets/html/customize-update_save_row.vm")
     </table>
  -<br>
  -  <center>
  -    #if ($parameters.size() > 0)
  -    <input type="submit" name="eventSubmit_doUpdate" 
value="$l10n.CUSTOMIZER_UPDATE">
  -    &nbsp;
  -    #end
  -    <input type="submit" name="eventSubmit_doCancel" 
value="$l10n.CUSTOMIZER_CANCEL">
  -   </center>
   </form>
  
  
  
  1.1                  
jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/customize-update_save_row.vm
  
  Index: customize-update_save_row.vm
  ===================================================================
  ## $Id: customize-update_save_row.vm,v 1.1 2002/07/02 07:22:38 paulsp Exp $
      <tr>
        <td align="center" colspan="2">
           <input type="submit" name="eventSubmit_doUpdate" 
value="$l10n.CUSTOMIZER_UPDATE">
           &nbsp;
           <input type="submit" name="eventSubmit_doCancel" 
value="$l10n.CUSTOMIZER_CANCEL">
        </td>
      </tr>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to