aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2014-09-11 12:50:39 +0000
committerplegall <plg@piwigo.org>2014-09-11 12:50:39 +0000
commit8b4fa61135fe5c60f8a820fde30a74dd27509427 (patch)
tree86ce4b14151f7ba4bd0a742d3c971158228e8159 /language
parent0ffdff9439969bc845b4060e0743e12e000fd9e4 (diff)
feature 3139: add details about search on id: in the help
Move CSS outside the help file bug fixed: fallback on en_UK in case of missing help file git-svn-id: http://piwigo.org/svn/trunk@29485 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK/help/quick_search.html36
1 files changed, 12 insertions, 24 deletions
diff --git a/language/en_UK/help/quick_search.html b/language/en_UK/help/quick_search.html
index 283cb6a1e..717c09ae9 100644
--- a/language/en_UK/help/quick_search.html
+++ b/language/en_UK/help/quick_search.html
@@ -1,26 +1,8 @@
<h2>Search</h2>
-<style>
-q {
- font-family: Courier, Fixed;
- font-weight: bold;
-}
-q:before {
- content: '\'';
- color: green;
-}
-q:after {
- content: '\'';
- color: green;
-}
-TD {
- border: 1px solid
-}
-</style>
-
-
-<p>By default all searched terms must match. Searches are case-insesitive.</p>
-
-<table style="border-collapse:collapse;text-align:left">
+
+<p>By default all searched terms must match. Searches are case-insensitive.</p>
+
+<table class="qsearch_help_table">
<tr>
<td>quoted phrase<br>
<q>"search"</q>
@@ -60,7 +42,7 @@ TD {
<br>
-<table style="border-collapse:collapse;text-align:left">
+<table class="qsearch_help_table">
<tr>
<td><q>tag:</q><br>
@@ -142,5 +124,11 @@ TD {
<td>Searches photos by file size<br>
<q>filesize:1m..10m</q> finds files between 1MB and 10MB.</td>
</tr>
+<tr>
+<td><q>id:</q>
+</td>
+<td>Searches photos by its numeric identifier in Piwigo<br>
+<q>id:123..126</q> finds photo 123 to 126 (it may find between 0 and 4 photos, because photos can be deleted).</td>
+</tr>
-</table> \ No newline at end of file
+</table>