From ecb746971c47d5748a554b63922c238bf9cb2fd1 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 25 Nov 2015 01:51:08 -0500 Subject: Change "File Request" to "Submit Request" Apparently the reference to "files" can be confusing. Fixes FS#47167. Signed-off-by: Eli Schwartz Signed-off-by: Lukas Fleischer --- web/html/pkgreq.php | 2 +- web/template/pkgbase_actions.php | 2 +- web/template/pkgreq_form.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/html/pkgreq.php b/web/html/pkgreq.php index 1e671d00..8348a4f3 100644 --- a/web/html/pkgreq.php +++ b/web/html/pkgreq.php @@ -13,7 +13,7 @@ if (isset($base_id)) { header('Location: /'); exit(); } - html_header(__("File Request")); + html_header(__("Submit Request")); include('pkgreq_form.php'); } elseif (isset($pkgreq_id)) { if (!has_credential(CRED_PKGREQ_CLOSE)) { diff --git a/web/template/pkgbase_actions.php b/web/template/pkgbase_actions.php index 198f7ab4..f8968fb2 100644 --- a/web/template/pkgbase_actions.php +++ b/web/template/pkgbase_actions.php @@ -32,7 +32,7 @@
  • 0) { echo _n('%d pending request', '%d pending requests', $row["RequestCount"]); } ?>
  • -
  • +
  • diff --git a/web/template/pkgreq_form.php b/web/template/pkgreq_form.php index 623c2472..6cf8588d 100644 --- a/web/template/pkgreq_form.php +++ b/web/template/pkgreq_form.php @@ -1,5 +1,5 @@
    -

    +

    ', htmlspecialchars($pkgbase_name), ''); ?> @@ -58,7 +58,7 @@

    - " /> + " />

    -- cgit v1.2.3-24-g4f1b