[slbackup-commit] CVS update: slbackup-php/templates config.tpl menu.tpl restore.tpl

finnarne-guest at alioth.debian.org finnarne-guest at alioth.debian.org
Mon Apr 16 22:16:10 UTC 2007


  User: finnarne-guest
  Date: 07/04/16 22:16:10

  Modified:    templates config.tpl menu.tpl restore.tpl
  Log:
  Moved xorstring from form into cookie, to allow the use of get, and not only post
  
  Revision  Changes    Path
  1.6       +0 -1      slbackup-php/templates/config.tpl
  
  Index: config.tpl
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup-php/templates/config.tpl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- config.tpl	13 Apr 2007 20:44:48 -0000	1.5
  +++ config.tpl	16 Apr 2007 22:16:10 -0000	1.6
  @@ -24,7 +24,6 @@
       {include file="menu.tpl"}
   
       <FORM method=post>
  -	<INPUT type=hidden name=xorstring value="{$xorstring}">
   	<H2>{t}Server scheduler{/t}</H2>
   	{t}Backup enabled{/t} 
   	<INPUT type=checkbox name=active {$active}>
  
  
  
  1.3       +0 -1      slbackup-php/templates/menu.tpl
  
  Index: menu.tpl
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup-php/templates/menu.tpl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- menu.tpl	16 Apr 2007 15:58:53 -0000	1.2
  +++ menu.tpl	16 Apr 2007 22:16:10 -0000	1.3
  @@ -20,7 +20,6 @@
     <h2 class="menu">Menu</h2>
   
     <form name=menu method=post>
  -    <INPUT type=hidden name=xorstring value="{$xorstring}">
       <ul>
           <li><input type=submit name=status value="{t}Status{/t}"></li>
           <li><input type=submit name=config value="{t}Config{/t}"></li>
  
  
  
  1.3       +0 -1      slbackup-php/templates/restore.tpl
  
  Index: restore.tpl
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup-php/templates/restore.tpl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- restore.tpl	16 Apr 2007 21:08:41 -0000	1.2
  +++ restore.tpl	16 Apr 2007 22:16:10 -0000	1.3
  @@ -24,7 +24,6 @@
       {include file="menu.tpl"}
   
       <FORM method=post>
  -	<INPUT type=hidden name=xorstring value="{$xorstring}">
   	<H2>{t}Client to restore{/t}</H2>
   	{html_options name=client values=$clients output=$clients 
   	              selected=$client}
  
  
  



More information about the slbackup-commit mailing list