From eb427ffda31dd894d4363beec84d2ea071a50bba Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 11 Sep 2007 15:02:47 -0500 Subject: [PATCH] Continuing addition of resident search form, other markup corrections. Signed-off-by: Chris Cormack --- .../intranet-tmpl/prog/en/modules/auth.tmpl | 10 +--- .../prog/en/modules/catalogue/ISBDdetail.tmpl | 15 +++--- .../prog/en/modules/catalogue/MARCdetail.tmpl | 13 +++-- .../prog/en/modules/catalogue/advsearch.tmpl | 5 +- .../prog/en/modules/catalogue/detail.tmpl | 15 +++--- .../en/modules/catalogue/issuehistory.tmpl | 19 ++++--- .../prog/en/modules/catalogue/moredetail.tmpl | 16 +++--- .../prog/en/modules/catalogue/results.tmpl | 10 ++-- .../prog/en/modules/catalogue/subject.tmpl | 13 +++-- .../en/modules/cataloguing/addbiblio.tmpl | 12 +---- .../prog/en/modules/cataloguing/additem.tmpl | 19 +++---- .../en/modules/cataloguing/z3950_search.tmpl | 7 +-- .../prog/en/modules/reserve/request.tmpl | 51 ++++++++++--------- .../virtualshelves/addbybiblionumber.tmpl | 10 ++-- .../en/modules/virtualshelves/shelves.tmpl | 16 +++--- .../prog/en/modules/z3950/searchresult.tmpl | 2 + 16 files changed, 109 insertions(+), 124 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tmpl index 23fcb4b41d..2f51b81f60 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tmpl @@ -12,7 +12,6 @@
-

Koha

@@ -38,7 +37,7 @@ " value="" />

+" size="20" tabindex="1" />

@@ -61,12 +60,5 @@

-
- - diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tmpl index 4b91474d68..50ae6da4c1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tmpl @@ -1,5 +1,5 @@ -Koha › Catalogue ISBD Detail +Koha › Catalogue › ISBD Details for <!-- TMPL_VAR NAME="title" --> -
-
+

Items for by (Record #)

- -
" /> @@ -133,7 +125,8 @@ function confirm_deletion(biblionumber,itemnumber) {
+
+ +
- - \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl index 2b4d9fff21..189689456c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl @@ -2,18 +2,17 @@ Koha › Z39.50 Search Results - -
-

Search for

Title:

Author:

@@ -74,10 +73,8 @@ -

Still servers to search

-
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl index cd2599fbca..5cb3f5f9ef 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl @@ -53,7 +53,7 @@ if (alreadyreserved > "0"){ - + @@ -61,7 +61,7 @@ if (alreadyreserved > "0"){
-
+
@@ -69,7 +69,7 @@ if (alreadyreserved > "0"){

Hold placed by : at : , Please transfer this item.

- +
@@ -85,14 +85,14 @@ if (alreadyreserved > "0"){

- (type card number or part of a name) + (type card number or part of a name)

- "> - + " /> + - "> - + " /> + @@ -131,11 +131,11 @@ if (alreadyreserved > "0"){

Reserve properties

- "> - "> - - "> - "> + " /> + " /> + + " /> + " />

@@ -190,7 +190,7 @@ if (alreadyreserved > "0"){ @@ -238,15 +238,15 @@ if (alreadyreserved > "0"){

If no item is available, reserve next returning item - +

- "> - "> + " /> + " />
- +
@@ -266,8 +266,8 @@ if (alreadyreserved > "0"){ - "> - "> + " /> + " /> "> + Document waiting at " /> - Document will be transfered to "> + Document will be transfered to " /> "> + " /> No Barcode @@ -338,7 +338,8 @@ if (alreadyreserved > "0"){
+
+ +
- - diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tmpl index 761f2047c9..646b55b12a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tmpl @@ -2,14 +2,13 @@ Koha › Add to Virtual Shelf
-

Add @@ -19,8 +18,8 @@ to a virtual shelf

-
- "> + + " /> Select an existing shelf

@@ -30,7 +29,7 @@

...or...

-
+ Add to a new shelf:

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl index 64f1b42f1b..74003657ba 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl @@ -1,5 +1,5 @@ -Koha › Virtual Shelves +Koha › <!-- TMPL_IF NAME="viewshelf" -->Virtual Shelves › Contents of <!-- TMPL_VAR NAME="shelfname" --><!-- TMPL_ELSE -->Virtual Shelves<!-- /TMPL_IF --> -- 2.39.2