From 6ec0e3ed26aab1d4d3f91635c0d118969073f25b Mon Sep 17 00:00:00 2001
From: ubc-tuehoang 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: 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. Most screens have a quicksearch box in the upper right corner:j
and k
also goes
- from paper to paper.
-
-
-.zip
file with the selected papers..zip
file with the selected applications.
" . 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.
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);