]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/lang/es/tpl/location_edit.tpl
ebl Release 2.0.2 on sf
[bacula/bacula] / gui / bweb / lang / es / tpl / location_edit.tpl
1 <br/>
2 <div class='titlediv'>
3   <h1 class='newstitle'> UbicaciĆ³n : <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>UbicaciĆ³n :</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>Activado :</td> 
19          <td> <input class="formulaire" type='checkbox' name='enabled' <TMPL_IF enabled> checked </TMPL_IF> >
20          </td>
21      </tr>
22     </table>
23     <input type="image" name='action' value='location_save'
24      src='/bweb/save.png'>
25    </form>
26 </div>