initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{{extend 'layout.html'}}
|
||||
<script>
|
||||
function delkey(id) {
|
||||
jQuery('#'+id).hide();
|
||||
jQuery('#'+id+' INPUT').val(String.fromCharCode(127));
|
||||
jQuery('#'+id+' TEXTAREA').val(String.fromCharCode(127));
|
||||
return false;
|
||||
}
|
||||
</script>
|
||||
|
||||
{{block sectionclass}}edit_language{{end}}
|
||||
|
||||
<h2>{{=T('Editing Language file')}} "{{=filename}}"</h2>
|
||||
|
||||
<div class="languageform">
|
||||
{{=form}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user