From f90d56937697ad3709fa15bdf3526f679d84ef60 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 23 May 2012 13:33:06 -0400 Subject: Remove all traces of "pgboxtitle" Using a div container to format heading is ridiculous. Use "

" instead. Signed-off-by: Lukas Fleischer Signed-off-by: canyonknight --- web/template/pkg_details.php | 2 +- web/template/pkg_search_form.php | 4 ++-- web/template/pkg_search_results.php | 4 +--- web/template/tu_details.php | 6 ++---- web/template/tu_list.php | 4 +--- 5 files changed, 7 insertions(+), 13 deletions(-) (limited to 'web/template') diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php index 102694cd..6764bbf7 100644 --- a/web/template/pkg_details.php +++ b/web/template/pkg_details.php @@ -70,7 +70,7 @@ $out_of_date_time = ($row["OutOfDateTS"] == 0) ? $msg : gmdate("Y-m-d", intval($ ?>
-
+

diff --git a/web/template/pkg_search_form.php b/web/template/pkg_search_form.php index 53d34fe3..3e291e13 100644 --- a/web/template/pkg_search_form.php +++ b/web/template/pkg_search_form.php @@ -2,8 +2,8 @@

-
- +

+
" maxlength='35' /> diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index 8ef352b0..209a80d4 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -5,9 +5,7 @@ ' method='post'>
-
- -
+

diff --git a/web/template/tu_details.php b/web/template/tu_details.php index 52a86561..45c7f9a9 100644 --- a/web/template/tu_details.php +++ b/web/template/tu_details.php @@ -1,5 +1,5 @@
-
+

@@ -51,9 +51,7 @@ N/A
-
- -
+

diff --git a/web/template/tu_list.php b/web/template/tu_list.php index 16dd6901..7eb6f323 100644 --- a/web/template/tu_list.php +++ b/web/template/tu_list.php @@ -1,7 +1,5 @@
-
- -
+

-- cgit v1.2.3-24-g4f1b