]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/change_location.tpl
Renamed cleanup goto target into bail_out which is the prefered name from the develop...
[bacula/bacula] / gui / bweb / tpl / change_location.tpl
index 87f5332b7bcdcf75ee7e35902077174a339bacff..7ac778d46bf3041cc9d0ebcc4bf093e4ea6cd800 100644 (file)
@@ -1,25 +1,37 @@
 <br/>
- <table class='box'>
-  <tr><td> Move media </td></tr>
-  <tr><td>
-      <b>To: </b> <TMPL_VAR NAME=email> <br/>
-      <b>Subject: </b> [BACULA] Move media to <TMPL_VAR NAME=newlocation> <br/>
-<br/>
-Dear,<br/>
-<br/>
-Could you move these media to <TMPL_VAR NAME=newlocation> <br/>
-Media : <br/>
-<ul>
-<TMPL_LOOP NAME=Medias>
- <li> <TMPL_VAR NAME=VolumeName>  (<TMPL_VAR NAME=location>)
-</TMPL_LOOP>
-</ul>
+<div class='titlediv'>
+  <h1 class='newstitle'> 
+   __Move media__
+  </h1>
+ </div>
+ <div class='bodydiv'>
 
-When it's finish, could you update media location ? (you can use <a
-href="<TMPL_VAR NAME=url>">this link</a>).
-  <br/> 
-Thanks
+<form action="?" method='GET'>
+<table>
+<tr>
+<td><b>__To:__ </b></td><td><input class='formulaire' name='email' value='<TMPL_VAR email>'></td>
+</tr><tr>
+<td><b>__Subject:__ </b></td><td><input class='formulaire' name='subject' value='__[BACULA] Move media to__ <TMPL_VAR newlocation>' size='80'></td>
+</tr><tr>
+<td></td>
+<td>
+<textarea name='content' class='formulaire' cols='80' rows='32'>
+__Hi,__
+
+__Could you move these media to__ <TMPL_VAR newlocation>
+Media :
+<TMPL_LOOP media>
+ - <TMPL_VAR VolumeName>  (<TMPL_VAR location>)
+</TMPL_LOOP>
 
-  </td></tr>
- </table>
+__When it's finish, could you update media location?__
+(__you can use this link:__ <TMPL_VAR url>).
 
+__Thanks__
+</textarea>
+</td></tr></table>
+<input class='formulaire' type='submit' name='action' value='move_email'>
+</form>
+<br>
+<a href="<TMPL_VAR url>"><img alt='__Acknolege this action__' src='/bweb/update.png'>__Acknolege this action__</a>
+</div>