]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/tpl/location_edit.tpl
ebl - change default config file format, use Data::Dumper now
[bacula/bacula] / gui / bweb / tpl / location_edit.tpl
1 <br/>
2 <div class='titlediv'>
3   <h1 class='newstitle'> Location : <TMPL_VAR Location></h1>
4 </div>
5 <div class='bodydiv'>
6    <form action="?" method='get'>
7     <input type='hidden' name='location' value='<TMPL_VAR location>'>
8     <table>
9      <tr><td>Location :</td>     
10          <td> 
11           <input class="formulaire" type='text' value='<TMPL_VAR location>' size='32' name='newlocation'> 
12          </td>
13      </tr>
14      <tr><td>Cost :</td> 
15          <td> <input class="formulaire" type='text' value='<TMPL_VAR cost>' name='cost' size='3'>
16          </td>
17      </tr>
18      <tr><td>Enabled :</td> 
19          <td> <input class="formulaire" type='checkbox' name='enabled' <TMPL_IF enabled> checked </TMPL_IF> >
20          </td>
21      </tr>
22     </table>
23     <button name='action' value='location_save' class='formulaire'>
24      <img src='/bweb/save.png'>
25     </button>
26    </form>
27 </div>