Commit aaa19eb95fdb613a98ec50c4d615dca3eaa373d3
1 parent
2b0c60f9
Exists in
master
Adicionado link para editar dados na lista telefonica na view unidade_iframe
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
pf/listatelefonica/browser/templates/unidadesiframeview.pt
... | ... | @@ -90,6 +90,18 @@ |
90 | 90 | </tal:notunity> |
91 | 91 | </tal:items> |
92 | 92 | |
93 | +<div class="row"> | |
94 | + <div class="cell width-full position-0 "> | |
95 | + <div class="tile ui-droppable"> | |
96 | + <div class="outstanding-header"> | |
97 | + <h3 class="outstanding-title"> | |
98 | + <a href="" target="_blank" title="Editar dados" tal:attributes="href view/registry">Clique aqui para atualizar seus dados na Lista Telefônica</a> | |
99 | + </h3> | |
100 | + </div> | |
101 | + </div> | |
102 | + </div> | |
103 | +</div> | |
104 | + | |
93 | 105 | </body> |
94 | 106 | |
95 | 107 | </html> | ... | ... |