filenames

use kebab-case for file names
remove camelCase and snake_case
This commit is contained in:
Milan
2019-10-17 20:22:10 +02:00
parent c93b394307
commit 9792336ac8
87 changed files with 74 additions and 78 deletions

View File

@@ -0,0 +1,21 @@
<TMPL_IF errors>
<div style="position:relative;top:-3em">
<TMPL_LOOP errors>
<div class="error head"><TMPL_VAR error></div>
</TMPL_LOOP>
</div>
<TMPL_ELSE>
<div style="position:relative;">
<div class="ok head">password successfully changed</div>
</div>
<script>
$(document).ready(
function(){
getBack();
}
);
</script>
</TMPL_IF>