[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/barcodes label-manager.pl [dev_week]
From: |
Mason James |
Subject: |
[Koha-cvs] koha/barcodes label-manager.pl [dev_week] |
Date: |
Mon, 04 Feb 2008 01:28:32 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Mason James <sushi> 08/02/04 01:28:32
Modified files:
barcodes : label-manager.pl
Log message:
$justify changed to $text_justify
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/barcodes/label-manager.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.14&r2=1.1.2.1.2.15
Patches:
Index: label-manager.pl
===================================================================
RCS file: /sources/koha/koha/barcodes/label-manager.pl,v
retrieving revision 1.1.2.1.2.14
retrieving revision 1.1.2.1.2.15
diff -u -b -r1.1.2.1.2.14 -r1.1.2.1.2.15
--- label-manager.pl 22 Oct 2007 04:35:18 -0000 1.1.2.1.2.14
+++ label-manager.pl 4 Feb 2008 01:28:32 -0000 1.1.2.1.2.15
@@ -43,7 +43,7 @@
my $guidebox = $query->param('guidebox');
my $fontsize = $query->param('fontsize');
my $callnum_split = $query->param('callnum_split');
-my $justify = $query->param('text_justify');
+my $text_justify = $query->param('text_justify');
my @itemnumber = $query->param('itemnumber');
@@ -83,18 +83,17 @@
$issn, $itemtype, $bcn, $dcn,
$classif, $subclass, $itemcallnumber, $author,
$ccode, $tmpl_id, $printingtype, $guidebox,
- $startlabel, $callnum_split, $justify, $layoutname
+ $startlabel, $callnum_split, $text_justify, $layoutname
) = @_;
=cut
-### $justify
add_layout(
$barcodetype, $title, $subtitle, $isbn,
$issn, $itemtype, $bcn, $dcn,
$classif, $subclass, $itemcallnumber, $author,
$ccode, $tmpl_id, $printingtype, $guidebox,
- $startlabel, $callnum_split, $justify, $layoutname
+ $startlabel, $callnum_split, $text_justify, $layoutname
);
print $query->redirect("../label-home.pl");
exit;
@@ -108,7 +107,7 @@
$issn, $itemtype, $bcn, $dcn,
$classif, $subclass, $itemcallnumber, $author, $ccode,
$tmpl_id, $printingtype, $guidebox, $startlabel,
- $callnum_split, $justify , $layoutname, $layout_id
+ $callnum_split, $text_justify , $layoutname, $layout_id
);
### $layoutname
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/barcodes label-manager.pl [dev_week],
Mason James <=