]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
added a note to advanced search table view
authorBanana <mail@bananas-playground.net>
Sun, 23 Apr 2023 16:30:27 +0000 (18:30 +0200)
committerBanana <mail@bananas-playground.net>
Sun, 23 Apr 2023 16:30:27 +0000 (18:30 +0200)
webclient/view/default/advancedsearch/advancedsearch.html

index 8b9a11d3d1afea5c33ac02ac5f8b45d120c05a62..ad91493eb79a34e1d5fc5818d259055ab7fe1d19 100644 (file)
@@ -42,7 +42,8 @@
                                <div class="uk-form-label">Table view</div>
                                <div class="uk-form-controls uk-form-controls-text">
                                        <label>
-                                               <input class="uk-checkbox" type="checkbox" name="fdata[tableView]" value="1">
+                                               <input class="uk-checkbox" type="checkbox" name="fdata[tableView]" value="1"><br>
+                                               <small>Make sure to define the fields which will be used in table view in collection config</small>
                                        </label>
                                </div>
                        </div>