From 6ec0e3ed26aab1d4d3f91635c0d118969073f25b Mon Sep 17 00:00:00 2001 From: ubc-tuehoang Date: Wed, 6 Mar 2024 10:09:39 -0800 Subject: [PATCH] updated application --- src/help/h_search.php | 34 +++++++++++++++---------------- src/listactions/la_getjsonrqc.php | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/help/h_search.php b/src/help/h_search.php index cdffce9cc..c544d5894 100644 --- a/src/help/h_search.php +++ b/src/help/h_search.php @@ -13,9 +13,9 @@ static function print(HelpRenderer $hth) { quicksearch box, this search will jump to #12 directly.
  • ", $hth->help_link("Search keywords", "keywords"), " let you search specific fields, review scores, and more.
  • -
  • Use quicklinks on paper pages to navigate +
  • Use quicklinks on application pages to navigate through search results. Typing j and k also goes - from paper to paper.
  • + from application to application.
  • On list pages, shift-click checkboxes to select ranges of submissions.
  • "; @@ -56,32 +56,32 @@ static function print(HelpRenderer $hth) { echo $hth->subhead("Search results"); echo " -

    Click on a paper number or title to jump to that paper. -Search matches are highlighted on paper screens. -Once on a paper screen use quicklinks +

    Click on a application number or title to jump to that application. +Search matches are highlighted on application screens. +Once on a application screen use quicklinks to navigate through the rest of the search matches.

    -

    Underneath the paper list is the action area:

    +

    Underneath the application list is the action area:

    " . Ht::img("exsearchaction.png", "[Search action area]") . "
    -

    Use the checkboxes to select some papers, then choose an action. +

    Use the checkboxes to select some applications, then choose an action. You can:

    -

    Select papers one by one, select in groups by shift-clicking +

    Select applications one by one, select in groups by shift-clicking the checkboxes, or use the “select all” link. -The easiest way to tag a set of papers is +The easiest way to tag a set of applications is to enter their numbers in the search box, search, “select all,” and add the tag.

    "; @@ -90,13 +90,13 @@ static function print(HelpRenderer $hth) {

    Most screens have a quicksearch box in the upper right corner:
    " . Ht::img("quicksearchex.png", "[Quicksearch box]") . "
    This box supports the full search syntax. Enter -a paper number, or search terms that match exactly -one paper, to go directly to that paper.

    +an application number, or search terms that match exactly +one application, to go directly to that application.

    -

    Paper screens have quicklinks that step through search results:
    +

    Application screens have quicklinks that step through search results:
    " . Ht::img("pageresultsex.png", "[Quicklinks]") . "
    -Click on the search description (here, “Submitted papers search”) to return +Click on the search description (here, “Submitted applications search”) to return to the search results. On many pages, you can press “j” or -“k” to go to the previous or next paper in the list.

    "; +“k” to go to the previous or next application in the list.

    "; } } diff --git a/src/listactions/la_getjsonrqc.php b/src/listactions/la_getjsonrqc.php index 3754de095..568be9b97 100644 --- a/src/listactions/la_getjsonrqc.php +++ b/src/listactions/la_getjsonrqc.php @@ -30,7 +30,7 @@ function run(Contact $user, Qrequest $qreq, SearchSelection $ssel) { } } } else { - $pj[] = (object) ["pid" => $prow->paperId, "error" => "You don’t have permission to administer this paper."]; + $pj[] = (object) ["pid" => $prow->paperId, "error" => "You don’t have permission to administer this application."]; } } $user->set_overrides($old_overrides);