Skip to content

Commit

Permalink
Cleaned up Database Admin templates
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Oct 15, 2016
1 parent cc33edc commit 5308c7a
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 12 deletions.
6 changes: 5 additions & 1 deletion public_html/layout/denim/admin/dbadmin/dbbackup.thtml
@@ -1,3 +1,5 @@
{# begin {templatelocation} #}

<script>
var lang_backingup = "{lang_backingup}";
var lang_backup = "{lang_backup}";
Expand Down Expand Up @@ -39,4 +41,6 @@
</div>


{end_block}
{end_block}

{# end {templatelocation} #}
3 changes: 2 additions & 1 deletion public_html/layout/denim/admin/dbadmin/dbbackupcfg.thtml
@@ -1,4 +1,5 @@
{# begin {templatelocation} #}

<script type="text/JavaScript" src="{site_url}/javascript/moveusers.js"></script>

{start_block}
Expand Down Expand Up @@ -57,4 +58,4 @@

{end_block}

{# end {templatelocation} #}
{# end {templatelocation} #}
6 changes: 5 additions & 1 deletion public_html/layout/denim/admin/dbadmin/dbconvert.thtml
@@ -1,3 +1,5 @@
{# begin {templatelocation} #}

<script>
var engine = "{to_engine}";
var mode = "{mode}";
Expand Down Expand Up @@ -47,4 +49,6 @@
</div>
</div>

{end_block}
{end_block}

{# end {templatelocation} #}
6 changes: 5 additions & 1 deletion public_html/layout/modern_curve/admin/dbadmin/dbbackup.thtml
@@ -1,3 +1,5 @@
{# begin {templatelocation} #}

{start_block}

{admin_menu}
Expand All @@ -19,4 +21,6 @@
</form>
</div>

{end_block}
{end_block}

{# end {templatelocation} #}
@@ -1,4 +1,5 @@
{# begin {templatelocation} #}

<script type="text/JavaScript" src="{site_url}/javascript/moveusers.js"></script>

{start_block}
Expand Down Expand Up @@ -41,4 +42,5 @@
onclick="return setUsers(this.form)" />
</form>
{end_block}
{# end {templatelocation} #}

{# end {templatelocation} #}
@@ -1,3 +1,5 @@
{# begin {templatelocation} #}

{start_block}

{admin_menu}
Expand All @@ -20,4 +22,6 @@
</form>
</div>

{end_block}
{end_block}

{# end {templatelocation} #}
6 changes: 5 additions & 1 deletion public_html/layout/professional/admin/dbadmin/dbbackup.thtml
@@ -1,3 +1,5 @@
{# begin {templatelocation} #}

{start_block}

{admin_menu}
Expand All @@ -19,4 +21,6 @@
</form>
</div>

{end_block}
{end_block}

{# end {templatelocation} #}
@@ -1,4 +1,5 @@
{# begin {templatelocation} #}

<script type="text/JavaScript" src="{site_url}/javascript/moveusers.js"></script>

{start_block}
Expand Down Expand Up @@ -41,4 +42,5 @@
onclick="return setUsers(this.form)" />
</form>
{end_block}
{# end {templatelocation} #}

{# end {templatelocation} #}
@@ -1,3 +1,5 @@
{# begin {templatelocation} #}

{start_block}

{admin_menu}
Expand All @@ -20,4 +22,6 @@
</form>
</div>

{end_block}
{end_block}

{# end {templatelocation} #}
@@ -1,3 +1,5 @@
{# begin {templatelocation} #}

{start_block}

{admin_menu}
Expand All @@ -19,4 +21,6 @@
</form>
</div>

{end_block}
{end_block}

{# end {templatelocation} #}
@@ -1,4 +1,5 @@
{# begin {templatelocation} #}

<script type="text/JavaScript" src="{site_url}/javascript/moveusers.js"></script>

{start_block}
Expand Down Expand Up @@ -41,4 +42,5 @@
onclick="return setUsers(this.form)" />
</form>
{end_block}
{# end {templatelocation} #}

{# end {templatelocation} #}
@@ -1,3 +1,5 @@
{# begin {templatelocation} #}

{start_block}

{admin_menu}
Expand All @@ -20,4 +22,6 @@
</form>
</div>

{end_block}
{end_block}

{# end {templatelocation} #}

0 comments on commit 5308c7a

Please sign in to comment.