main
Last change
on this file was
42bd667,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Historial Limpio
|
-
Property mode set to
100755
|
File size:
371 bytes
|
Line | |
---|
1 | {{extend 'default.mobile/layout.html'}} |
---|
2 | <script> |
---|
3 | function delkey(id) { |
---|
4 | jQuery('#'+id).hide(); |
---|
5 | jQuery('#'+id+' INPUT').val(String.fromCharCode(127)); |
---|
6 | jQuery('#'+id+' TEXTAREA').val(String.fromCharCode(127)); |
---|
7 | return false; |
---|
8 | } |
---|
9 | </script> |
---|
10 | |
---|
11 | {{block sectionclass}}edit_language{{end}} |
---|
12 | |
---|
13 | <h2>{{=T('Editing Language file')}} "{{=filename}}"</h2> |
---|
14 | |
---|
15 | <div> |
---|
16 | {{=form}} |
---|
17 | </div> |
---|
18 | |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.