From 6031914382357b390c433abc23bda1c2009a753a Mon Sep 17 00:00:00 2001 From: Fred Thomsen Date: Wed, 23 Jan 2013 01:12:46 -0500 Subject: Fix add and edit catalog legend format specifiers in penguin theme --- templates/show_add_catalog.inc.php | 14 +++++++------- templates/show_edit_catalog.inc.php | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'templates') diff --git a/templates/show_add_catalog.inc.php b/templates/show_add_catalog.inc.php index 2bd217b6..501dddd6 100644 --- a/templates/show_add_catalog.inc.php +++ b/templates/show_add_catalog.inc.php @@ -39,13 +39,13 @@ $default_sort = "%a/%A"; :
- %A =
- %a =
- %c =
- %T =
- %t =
- %y =
- %o =
+ %A =
+ %a =
+ %c =
+ %T =
+ %t =
+ %y =
+ %o =
diff --git a/templates/show_edit_catalog.inc.php b/templates/show_edit_catalog.inc.php index 02041978..6ef0763c 100644 --- a/templates/show_edit_catalog.inc.php +++ b/templates/show_edit_catalog.inc.php @@ -35,13 +35,13 @@ :
- %A =
- %a =
- %c =
- %T =
- %t =
- %y =
- %o =
+ %A=
+ %a=
+ %c=
+ %T=
+ %t=
+ %y=
+ %o=
-- cgit