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/html/account.php | 2 +- web/html/addvote.php | 2 +- web/html/index.php | 4 +--- web/html/passreset.php | 4 +--- web/html/pkgsubmit.php | 4 +--- 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 +--- 10 files changed, 12 insertions(+), 24 deletions(-) (limited to 'web') diff --git a/web/html/account.php b/web/html/account.php index f17ba48..5c793be 100644 --- a/web/html/account.php +++ b/web/html/account.php @@ -13,7 +13,7 @@ html_header(__('Accounts')); # Main page processing here # echo "
\n"; -echo "
".__("Accounts")."
\n"; +echo "

".__("Accounts")."

\n"; echo "
\n"; $action = in_request("Action"); diff --git a/web/html/addvote.php b/web/html/addvote.php index 4b6c5b5..fe0047f 100644 --- a/web/html/addvote.php +++ b/web/html/addvote.php @@ -82,7 +82,7 @@ if ($atype == "Trusted User" || $atype == "Developer") {
-
+

diff --git a/web/html/index.php b/web/html/index.php index 21de99d..cf56974 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -17,9 +17,7 @@ $dbh = db_connect(); ?>

-
-AUR -
+

AUR

diff --git a/web/html/passreset.php b/web/html/passreset.php index 98aa685..2651c98 100644 --- a/web/html/passreset.php +++ b/web/html/passreset.php @@ -85,9 +85,7 @@ html_header(__("Password Reset")); ?>

-
- -
+

-
- -
+

diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php index 102694c..6764bbf 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 53d34fe..3e291e1 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 8ef352b..209a80d 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 52a8656..45c7f9a 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 16dd690..7eb6f32 100644 --- a/web/template/tu_list.php +++ b/web/template/tu_list.php @@ -1,7 +1,5 @@
-
- -
+

-- cgit v1.2.3-54-g00ecf