From 40f117b249d85efb7c7e211214ae66e73469c32f Mon Sep 17 00:00:00 2001 From: adleywd Date: Thu, 4 Sep 2014 15:12:07 -0300 Subject: [PATCH] Correção dos href quebrados, devido a alteração das rotas --- wscacicneo/templates/list_orgao.pt | 4 ++-- wscacicneo/templates/list_user.pt | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ wscacicneo/templates/menu.pt | 19 +++++++++++-------- 3 files changed, 74 insertions(+), 10 deletions(-) create mode 100644 wscacicneo/templates/list_user.pt diff --git a/wscacicneo/templates/list_orgao.pt b/wscacicneo/templates/list_orgao.pt index bbf79b4..7747eea 100644 --- a/wscacicneo/templates/list_orgao.pt +++ b/wscacicneo/templates/list_orgao.pt @@ -37,8 +37,8 @@ ${doc.email} - - + + diff --git a/wscacicneo/templates/list_user.pt b/wscacicneo/templates/list_user.pt new file mode 100644 index 0000000..e4dcf2c --- /dev/null +++ b/wscacicneo/templates/list_user.pt @@ -0,0 +1,61 @@ + + +
+
+
+
+
+
+
Data Tables
+
+ + +
+
+
+
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
NomeMatriculaCargoSetorOrgãoPermissãoOpções
${doc.nome}${doc.matricula}${doc.cargo}${doc.setor}${doc.orgao}${doc.permissao} + + + +
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/wscacicneo/templates/menu.pt b/wscacicneo/templates/menu.pt index 6982b74..8dfd50a 100644 --- a/wscacicneo/templates/menu.pt +++ b/wscacicneo/templates/menu.pt @@ -2,18 +2,21 @@