]> 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 273e414bf8bc4d987a29da3a86c27767f46d8338..7ac778d46bf3041cc9d0ebcc4bf093e4ea6cd800 100644 (file)
@@ -1,7 +1,7 @@
 <br/>
 <div class='titlediv'>
   <h1 class='newstitle'> 
-   Move media
+   __Move media__
   </h1>
  </div>
  <div class='bodydiv'>
@@ -9,30 +9,29 @@
 <form action="?" method='GET'>
 <table>
 <tr>
-<td><b>To: </b></td><td><input class='formulaire' name='email' value='<TMPL_VAR email>'></td>
+<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>
+<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,
+__Hi,__
 
-Could you move these media to <TMPL_VAR newlocation>
+__Could you move these media to__ <TMPL_VAR newlocation>
 Media :
-<TMPL_LOOP Medias>
+<TMPL_LOOP media>
  - <TMPL_VAR VolumeName>  (<TMPL_VAR location>)
 </TMPL_LOOP>
 
-When it's finish, could you update media location ? (you can use <a
-href="<TMPL_VAR url>">
-this link</a>).
+__When it's finish, could you update media location?__
+(__you can use this link:__ <TMPL_VAR url>).
 
-Thanks
+__Thanks__
 </textarea>
 </td></tr></table>
-<input class='formulaire' type='submit' name='action' value='email_move'>
+<input class='formulaire' type='submit' name='action' value='move_email'>
 </form>
 <br>
-<a href="<TMPL_VAR url>"><img alt='update now' src='/bweb/update.png'>Update now</a>
+<a href="<TMPL_VAR url>"><img alt='__Acknolege this action__' src='/bweb/update.png'>__Acknolege this action__</a>
 </div>