Updated all templates to use the var function instead of cgi- variables.
[gruta.git] / templates / artemus / es / EDIT_TOPIC
blobf0a8cffb4f7dfc8c9c1b5b41173d160f0f232355
1 {-assert_admin}
2 {-header}
4 <div class = 'main'>
6         {-box_title|Datos de la secci&oacute;n}
8         <form>
10                 {-ifelse|{-eq|{-var|topic}|[]}|
11                 <p>Id de la secci&oacute;n <small>(s&oacute;lo min&uacute;sculas y n&uacute;meros)</small><br>
13                 <input type = 'text' name = 'topic' value = ''>
14                 |
15                 <b>{-var|topic}</b><br>
17                 <input type = 'hidden' name = 'topic' value = '{-var|topic}'>
18                 }
20                 <p>Nombre de la secci&oacute;n<br>
21                 <input size = '40' type = 'text' name = 'name' value = '{-topic_name|{-var|topic}}'>
23                 <p>Editores<br>
24                 <input size = '40' type = 'text' name = 'editors' value = '{-topic_editors|{-var|topic}}'>
26                 <p>Interna?<br>
27                 <input type = 'checkbox' name = 'internal' {-if|{-topic_internal|{-var|topic}}|checked}>
29                 <p>N&uacute;mero M&aacute;ximo de Historias
30                 <small>(Las viejas ir&aacute;n pasando al archivo;
31                 vac&iacute;o significa no archivar nunca)</small><br>
32                 <input size = '40' type = 'text' name = 'max' value = '{-topic_max_stories|{-var|topic}}'>
34                 <input type = 'submit' class = 'button' value = 'OK'>
35                 <input type = 'hidden' name = 't' value = 'SAVE_TOPIC'>
37         </form>
39         {-box_end}
41 </div>
43 {-footer}