]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Add tip about using table row selection
authorMarcin Haba <marcin.haba@bacula.pl>
Thu, 16 Apr 2020 18:05:52 +0000 (20:05 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Thu, 16 Apr 2020 18:05:52 +0000 (20:05 +0200)
12 files changed:
gui/baculum/protected/Web/Lang/en/messages.mo
gui/baculum/protected/Web/Lang/en/messages.po
gui/baculum/protected/Web/Lang/ja/messages.mo
gui/baculum/protected/Web/Lang/ja/messages.po
gui/baculum/protected/Web/Lang/pl/messages.mo
gui/baculum/protected/Web/Lang/pl/messages.po
gui/baculum/protected/Web/Lang/pt/messages.mo
gui/baculum/protected/Web/Lang/pt/messages.po
gui/baculum/protected/Web/Pages/JobHistoryList.page
gui/baculum/protected/Web/Pages/VolumeList.page
gui/baculum/protected/Web/Portlets/JobGraphs.tpl
gui/baculum/themes/Baculum-v2/css/baculum.css

index ba3772519eb27cb9fd4de28e3f8473a5f2e9c949..522766ab5d56c58f5041951953c623c8edd8e8ad 100644 (file)
Binary files a/gui/baculum/protected/Web/Lang/en/messages.mo and b/gui/baculum/protected/Web/Lang/en/messages.mo differ
index cbca887ecec1d1fe4892d8007a37608b813ed11d..17f90d5f7e9273e2b5aa8fa8244ac4501580fed1 100644 (file)
@@ -2623,3 +2623,6 @@ msgstr "Following jobs are running and cannot be deleted: %running_jobs To delet
 
 msgid "Refresh page"
 msgstr "Refresh page"
+
+msgid "Tip: Use left-click to select table row. Use CTRL + left-click to multiple row selection. Use SHIFT + left-click to add a range of rows to selection."
+msgstr "Tip: Use left-click to select table row. Use CTRL + left-click to multiple row selection. Use SHIFT + left-click to add a range of rows to selection."
index b52cef41ef914ce208254dda47b2a777991a578a..9a1e3a6092d915493f8fdef899be79a589765b98 100644 (file)
Binary files a/gui/baculum/protected/Web/Lang/ja/messages.mo and b/gui/baculum/protected/Web/Lang/ja/messages.mo differ
index f80bfed396ed02510b76f43cd1c0bdbbd24c9877..ad3680fee6f8c2d9a9e32dbe84660e9b71240c8f 100644 (file)
@@ -2709,3 +2709,6 @@ msgstr "Following jobs are running and cannot be deleted: %running_jobs To delet
 
 msgid "Refresh page"
 msgstr "Refresh page"
+
+msgid "Tip: Use left-click to select table row. Use CTRL + left-click to multiple row selection. Use SHIFT + left-click to add a range of rows to selection."
+msgstr "Tip: Use left-click to select table row. Use CTRL + left-click to multiple row selection. Use SHIFT + left-click to add a range of rows to selection."
index 26dedb5a6c6a52390f566c28ab6ef9cb943349c8..1f3568ba435295503181d44d7124a6bf057796e0 100644 (file)
Binary files a/gui/baculum/protected/Web/Lang/pl/messages.mo and b/gui/baculum/protected/Web/Lang/pl/messages.mo differ
index 9ca47208837ccb07daf14d702a688294c3cab96f..e9e15f0b9e673fe659d2031ce8631699f8462557 100644 (file)
@@ -2632,3 +2632,5 @@ msgstr "Następujące zadania są uruchomione i nie mogą być usunięte %runnin
 msgid "Refresh page"
 msgstr "Odśwież stronę"
 
+msgid "Tip: Use left-click to select table row. Use CTRL + left-click to multiple row selection. Use SHIFT + left-click to add a range of rows to selection."
+msgstr "Tip: Użyj lewego przycisku myszy, aby wybrać wiersz tabeli. Użyj CTRL + lewy przycisk myszy, aby zaznaczyć wiele wierszy. Użyj SHIFT + lewy przycisk myszy, aby dodać zakres wierszy do zaznaczenia."
index 2141fb533e391eabb6a2219436753eb9a290658e..2ce2c06451a670c2add0df7d1c951ffab52dcca6 100644 (file)
Binary files a/gui/baculum/protected/Web/Lang/pt/messages.mo and b/gui/baculum/protected/Web/Lang/pt/messages.mo differ
index 0c37f9054cb4f569a2e95afc3be46ec84bf0ccaf..f4b675c40f5997f804931cbd755d7416e03d25f7 100644 (file)
@@ -2632,3 +2632,5 @@ msgstr "Os seguintes jobs estão em execução e não podem ser excluídos: %run
 msgid "Refresh page"
 msgstr "Atualizar página"
 
+msgid "Tip: Use left-click to select table row. Use CTRL + left-click to multiple row selection. Use SHIFT + left-click to add a range of rows to selection."
+msgstr "Tip: Use left-click to select table row. Use CTRL + left-click to multiple row selection. Use SHIFT + left-click to add a range of rows to selection."
index 267c4dcf587ec763b33563a323f0ab90b9016f9f..ec9e0b6171129c62521f038c06a3a8c65617e1a1 100644 (file)
@@ -91,6 +91,7 @@
                                </tr>
                        </tfoot>
                </table>
+               <p class="info w3-hide-medium w3-hide-small"><%[ Tip: Use left-click to select table row. Use CTRL + left-click to multiple row selection. Use SHIFT + left-click to add a range of rows to selection. ]%></p>
        </div>
        <com:Application.Web.Portlets.RunJob ID="RunJobModal" />
        <com:TCallback ID="RunJobCb" OnCallback="runJobAgain" />
index 951c65a9a6fcd21aebb246cce78d38af7e40cd40..ff74c905d9eb98148a6692adb1b857ebdcaaaec7 100644 (file)
                                </tr>
                        </tfoot>
                </table>
+               <p class="info w3-hide-medium w3-hide-small"><%[ Tip: Use left-click to select table row. Use CTRL + left-click to multiple row selection. Use SHIFT + left-click to add a range of rows to selection. ]%></p>
        </div>
 <script type="text/javascript">
 var oVolumeList = {
index 63aedbe60e249d432fe55047f94385457abd0026..c4cc2d836bff911fe026ca902945b1487ab1a358 100644 (file)
                });
        });
 </script>
-<p class="bold"><%[ Tip: to use zoom, please mark area on graph. ]%></p>
-<p class="bold"><%[ Tip 2: to exit zoom, please click somewhere on graph. ]%></p>
+<p class="info w3-hide-medium w3-hide-small"><%[ Tip: to use zoom, please mark area on graph. ]%></p>
+<p class="info w3-hide-medium w3-hide-small"><%[ Tip 2: to exit zoom, please click somewhere on graph. ]%></p>
index 574281ac276fb31ea0b26e4b524c6267fd612629..430d44436985aae75f03afb9920b5c81ad80d1d0 100644 (file)
@@ -341,3 +341,7 @@ table.component td:nth-of-type(1) {
 .usage_box:hover {
        height: 200px;
 }
+
+.info {
+       color: #333;
+}