Changeset 29485 for trunk/language/en_UK


Ignore:
Timestamp:
Sep 11, 2014, 2:50:39 PM (10 years ago)
Author:
plg
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/help/quick_search.html

    r28092 r29485  
    11<h2>Search</h2>
    2 <style>
    3 q {
    4         font-family: Courier, Fixed;
    5         font-weight: bold;
    6 }
    7 q:before {
    8         content: '\'';
    9         color: green;
    10 }
    11 q:after {
    12         content: '\'';
    13         color: green;
    14 }
    15 TD {
    16         border: 1px solid
    17 }
    18 </style>
    192
     3<p>By default all searched terms must match. Searches are case-insensitive.</p>
    204
    21 <p>By default all searched terms must match. Searches are case-insesitive.</p>
    22 
    23 <table style="border-collapse:collapse;text-align:left">
     5<table class="qsearch_help_table">
    246<tr>
    257<td>quoted phrase<br>
     
    6143<br>
    6244
    63 <table style="border-collapse:collapse;text-align:left">
     45<table class="qsearch_help_table">
    6446
    6547<tr>
     
    143125<q>filesize:1m..10m</q> finds files between 1MB and 10MB.</td>
    144126</tr>
     127<tr>
     128<td><q>id:</q>
     129</td>
     130<td>Searches photos by its numeric identifier in Piwigo<br>
     131<q>id:123..126</q> finds photo 123 to 126 (it may find between 0 and 4 photos, because photos can be deleted).</td>
     132</tr>
    145133
    146134</table>
Note: See TracChangeset for help on using the changeset viewer.