Added assert_admin to UPLOAD templates.
[gruta.git] / templates / artemus / es / EDIT_TEMPLATE
blob6ab3d0f8e8a05f605cc3608b319c5dfcd053384b
1 {-assert_admin}
2 {-header}
4 <div class = 'main'>
6         <h1>Datos de la plantilla</h1>
8         <form method = 'post' action = '{-url}'>
10                 <input type = 'submit' class = 'button' value = 'OK'>
11                 <p>
13                 {-if|{-eq|{-var|id}|[]}|
14                 <input type = 'text' name = 'id' value = ''>
15                 |
16                 <b>{-var|id}</b><input type = 'hidden' name = 'id' value = '{-var|id}'>
17                 }
19                 <p>Contenido:<br>
21                 <textarea name = 'content' cols = '80' rows = '30'>{-template|{-var|id}}</textarea>
23                 <p>
24                 <input type = 'submit' class = 'button' value = 'OK'>
25                 <input type = 'hidden' name = 't' value = 'SAVE_TEMPLATE'>
26         </form>
28 </div>
30 {-footer}