ajout p_texts
This commit is contained in:
18
mondumas/templates/parametres/text_view.pt
Normal file
18
mondumas/templates/parametres/text_view.pt
Normal file
@@ -0,0 +1,18 @@
|
||||
<metal:block use-macro="main_template">
|
||||
<div metal:fill-slot="content">
|
||||
|
||||
<br />
|
||||
<a href="${request.application_url}/text_list" class="btn btn-default" role="button">
|
||||
<span class="glyphicon glyphicon-chevron-left"></span> Fermer</a>
|
||||
<a href="${request.application_url}/text_edit/${text_id}" class="btn btn-primary" role="button">
|
||||
<span class="glyphicon glyphicon-pencil"></span> Modifier</a>
|
||||
<br />
|
||||
<hr>
|
||||
<div tal:replace="structure texte">Page text goes here.</div>
|
||||
<hr>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</metal:block>
|
||||
Reference in New Issue
Block a user