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

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


  User: finnarne-guest
  Date: 07/04/16 22:47:11

  Modified:    templates restore.tpl
  Log:
  Try to get better browsing
  
  Revision  Changes    Path
  1.4       +4 -5      slbackup-php/templates/restore.tpl
  
  Index: restore.tpl
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup-php/templates/restore.tpl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- restore.tpl	16 Apr 2007 22:16:10 -0000	1.3
  +++ restore.tpl	16 Apr 2007 22:47:11 -0000	1.4
  @@ -33,11 +33,10 @@
   	              selected=$location}
   	<INPUT type=submit name=restorelocation value="{t}Browse{/t}">
   	<BR>
  -	{foreach item=dir name=dir from=$loc.d}
  -	    [dir] {$dir} <BR>
  -	{/foreach}
  -	{foreach item=file name=file from=$loc.f}
  -	    [file] {$file} <BR>
  +	{foreach item=dir name=dir from=$loc}
  +	    [{$dir.type}] 
  +	    <A HREF=index.php?restorelocation&type={$dir.type}&client={$client}&loc={$dir.path}>{$dir.name}</A>
  +	    <BR>
   	{/foreach}
       </FORM>
   </HTML>
  
  
  



More information about the slbackup-commit mailing list