From 5ddae84bd337fffcfd9e13a65d2a3d1161d4edd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 27 Nov 2007 15:59:35 +0000 Subject: [PATCH] Perltidy mangle rueckgaengig gemacht fuer spaeteres Templating --- bin/mozilla/ic.pl | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index 714baea45..114da5839 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -142,10 +142,8 @@ sub search_update_prices { # } $onhand = qq| -  | - . $locale->text('On Hand') . qq| -  | - . $locale->text('Short') . qq| +  | . $locale->text('On Hand') . qq| +  | . $locale->text('Short') . qq| |; $makemodel = qq| @@ -163,8 +161,7 @@ sub search_update_prices { |; $l_serialnumber = qq| -  | - . $locale->text('Serial Number') . qq| +  | . $locale->text('Serial Number') . qq| |; @@ -189,8 +186,7 @@ sub search_update_prices { - | - . $locale->text('Part Description') . qq| + | . $locale->text('Part Description') . qq| @@ -209,13 +205,10 @@ sub search_update_prices { -  | - . $locale->text('Active') . qq| +  | . $locale->text('Active') . qq| $onhand -  | - . $locale->text('Obsolete') . qq| -  | - . $locale->text('Orphaned') . qq| +  | . $locale->text('Obsolete') . qq| +  | . $locale->text('Orphaned') . qq| $bought -- 2.20.1