added some more missing files

This commit is contained in:
mdipierro
2012-07-18 13:40:10 -05:00
parent 060a389383
commit dbe83a2b5e
6 changed files with 356 additions and 1 deletions
@@ -0,0 +1,16 @@
{{extend 'layout.html'}}
<script>
function delkey(id) {
jQuery('#'+id).hide();
jQuery('#'+id+' INPUT').val(String.fromCharCode(127));
return false;
}
</script>
{{block sectionclass}}edit_language{{end}}
<h2>{{=T("Editing Plural Forms File")}} "{{=filename}}"</h2>
<div class="pluralsform">
{{=form}}
</div>