From d46bb7a2b70699e7e127c374fb48c82b148c8873 Mon Sep 17 00:00:00 2001 From: gfawcett Date: Wed, 29 Dec 2010 15:43:00 +0000 Subject: [PATCH] display tweaks git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1147 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/templates/components/site.xhtml | 12 ++++++------ conifer/templates/item/item_add_url.xhtml | 5 ++--- conifer/templates/site_join.xhtml | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/conifer/templates/components/site.xhtml b/conifer/templates/components/site.xhtml index fe2d8c3..27b1c25 100644 --- a/conifer/templates/components/site.xhtml +++ b/conifer/templates/components/site.xhtml @@ -105,12 +105,12 @@ searchtext = _('search this site...')
-
Add a new item:
-
diff --git a/conifer/templates/item/item_add_url.xhtml b/conifer/templates/item/item_add_url.xhtml index 2f66fb9..9b4b8fc 100644 --- a/conifer/templates/item/item_add_url.xhtml +++ b/conifer/templates/item/item_add_url.xhtml @@ -23,7 +23,7 @@ site.title = '%s: %s (%s)' % (site.course.code, site.course.name, site.term) ${nested_title(parent_item)} ${offer_to_delete(item)}
- Import RefWorks/RIS citation + Import RIS

${title}

@@ -53,8 +53,7 @@ site.title = '%s: %s (%s)' % (site.course.code, site.course.name, site.term)

- ${go_back_link('../meta')} -

+ ${go_back_link()}

diff --git a/conifer/templates/site_join.xhtml b/conifer/templates/site_join.xhtml index cb152d3..b2b3df3 100644 --- a/conifer/templates/site_join.xhtml +++ b/conifer/templates/site_join.xhtml @@ -14,7 +14,7 @@ title = _('Join this site?')

${title}

If you choose to join this site, it will be added to your "My - Sites" list.

+ Reserves" list.

${go_back_link()}

-- 2.11.0