From 03600cf4ab336d228cf8f0bea092b6cfad7740fd Mon Sep 17 00:00:00 2001 From: Ryan Walberg Date: Mon, 26 Nov 2012 03:23:33 +0000 Subject: [PATCH] moved the javascript confirms to the head --- src/templates/home.tpl | 26 ++++++++++++++++++-------- src/templates/users.tpl | 19 ++++++++++++------- 2 files changed, 30 insertions(+), 15 deletions(-) diff --git a/src/templates/home.tpl b/src/templates/home.tpl index 3c8fe39..47d43c9 100644 --- a/src/templates/home.tpl +++ b/src/templates/home.tpl @@ -27,12 +27,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA @@ -107,7 +117,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Mark Item Received  Edit Item  - Delete Item + Delete Item {/foreach} @@ -160,7 +170,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA {if $row.itemcount > 0} Shop for {$row.fullname|escape:'htmlall'}  {/if} - Don't shop for {$row.fullname|escape:'htmlall'} anymore + Don't shop for {$row.fullname|escape:'htmlall'} anymore {/foreach} diff --git a/src/templates/users.tpl b/src/templates/users.tpl index cc50045..1bf9799 100644 --- a/src/templates/users.tpl +++ b/src/templates/users.tpl @@ -21,11 +21,18 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - + + + @@ -67,7 +74,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA {if $row.admin}Yes{else}No{/if} Edit User / - Delete User / + Delete User / {if $row.email != ''} Reset Pwd {else} @@ -142,7 +149,5 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -