From 2a3aea13117f88b039ecc45ab6312b688393229f Mon Sep 17 00:00:00 2001 From: gfawcett Date: Tue, 28 Dec 2010 19:02:01 +0000 Subject: [PATCH] on long item-add forms, autoscroll past the header. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1132 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/templates/item/item_add_cat_search.xhtml | 3 +++ conifer/templates/item/item_add_elec.xhtml | 3 +++ conifer/templates/item/item_add_url.xhtml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/conifer/templates/item/item_add_cat_search.xhtml b/conifer/templates/item/item_add_cat_search.xhtml index 2cc791f..87c6385 100644 --- a/conifer/templates/item/item_add_cat_search.xhtml +++ b/conifer/templates/item/item_add_cat_search.xhtml @@ -23,6 +23,9 @@ dc_keys = ['dc:title', 'dc:creator', 'dc:publisher', 'dc:date'] + ${site_banner(site)} diff --git a/conifer/templates/item/item_add_elec.xhtml b/conifer/templates/item/item_add_elec.xhtml index eae71c5..a58cd90 100644 --- a/conifer/templates/item/item_add_elec.xhtml +++ b/conifer/templates/item/item_add_elec.xhtml @@ -19,6 +19,9 @@ if len(authors) < 2: + ${site_banner(site)} diff --git a/conifer/templates/item/item_add_url.xhtml b/conifer/templates/item/item_add_url.xhtml index 9ff5023..60f9577 100644 --- a/conifer/templates/item/item_add_url.xhtml +++ b/conifer/templates/item/item_add_url.xhtml @@ -13,6 +13,9 @@ site.title = '%s: %s (%s)' % (site.course.code, site.course.name, site.term) + ${site_banner(site)} -- 2.11.0