diff options
| author | Lester Caine <lsces@lsces.co.uk> | 2011-03-10 16:48:22 +0000 |
|---|---|---|
| committer | Lester Caine <lsces@lsces.co.uk> | 2011-03-10 16:48:22 +0000 |
| commit | e1c3f7ee10f35a903c5590ff26f517ab33e9c4e8 (patch) | |
| tree | f03ea705951454c9e9905beb20d5d40dbd0068fd /templates | |
| parent | e4c5beec0137771344a68d19811d7461055c38ed (diff) | |
| download | contact-e1c3f7ee10f35a903c5590ff26f517ab33e9c4e8.tar.gz contact-e1c3f7ee10f35a903c5590ff26f517ab33e9c4e8.tar.bz2 contact-e1c3f7ee10f35a903c5590ff26f517ab33e9c4e8.zip | |
Correct to view class
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/view_xref.tpl | 2 | ||||
| -rw-r--r-- | templates/view_xref_key_seal.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/view_xref.tpl b/templates/view_xref.tpl index 46585f8..6e96c81 100644 --- a/templates/view_xref.tpl +++ b/templates/view_xref.tpl @@ -1,5 +1,5 @@ {strip} -<div class="edit contact_xref"> +<div class="view contact_xref"> <div class="header"> <h1>{tr}Contact Xref{/tr}: {$xref_title|escape} for {$title|escape}</h1> </div> diff --git a/templates/view_xref_key_seal.tpl b/templates/view_xref_key_seal.tpl index b78c83c..808145f 100644 --- a/templates/view_xref_key_seal.tpl +++ b/templates/view_xref_key_seal.tpl @@ -1,5 +1,5 @@ {strip} -<div class="edit contact_xref"> +<div class="view contact_xref"> <div class="header"> <h1>{$xrefInfo.template_title|escape}: {$xref_title|escape} for {$title|escape}</h1> </div> |
