]> git.sur5r.net Git - bacula/bacula/commitdiff
baculum: Show jobid in job configuration window
authorMarcin Haba <marcin.haba@bacula.pl>
Sun, 13 Dec 2015 10:48:36 +0000 (11:48 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Sun, 13 Dec 2015 10:48:36 +0000 (11:48 +0100)
gui/baculum/protected/Lang/en/messages.mo
gui/baculum/protected/Lang/en/messages.po
gui/baculum/protected/Lang/pl/messages.mo
gui/baculum/protected/Lang/pl/messages.po
gui/baculum/protected/Portlets/JobConfiguration.tpl

index 6932c35a98845fbb382e407c6dabed0158993a9c..0596d5d710e945a2698720d4b5d683ce1604712f 100644 (file)
Binary files a/gui/baculum/protected/Lang/en/messages.mo and b/gui/baculum/protected/Lang/en/messages.mo differ
index 9ad4847bf2dcb04861e372084c60e50668232078..60f08c7a21ebd17593d0d0929a33eec93b51f43e 100644 (file)
@@ -1016,3 +1016,6 @@ msgstr "Actions"
 msgid "Size"
 msgstr "Size"
 
+msgid "Job:"
+msgstr "Job:"
+
index c80b8320a99a3260ed8066ca11bd3e0cabbd6a1a..7a3eb6d539a4477989ec9be2a659a7a40d1bd462 100644 (file)
Binary files a/gui/baculum/protected/Lang/pl/messages.mo and b/gui/baculum/protected/Lang/pl/messages.mo differ
index 462bdea2fa8471869eeb1ef60094725bd409ef25..0a1de26edfae0fd95d9a4ad73080ba21d7935fab 100644 (file)
@@ -1017,3 +1017,6 @@ msgstr "Akcje"
 msgid "Size"
 msgstr "Rozmiar"
 
+msgid "Job:"
+msgstr "Zadanie:"
+
index 71e78dbe57f3efb41656099c7c4ab6ccf3a7a766..7aae452fc54d58e19ac16c37c90d0091e835dd04 100644 (file)
@@ -1,7 +1,7 @@
 <%@ MasterClass="Application.Portlets.ConfigurationPanel"%>
 <com:TContent ID="ConfigurationWindowContent">
        <com:TActivePanel DefaultButton="Run">
-               <h4><%[ Job name: ]%> <com:TActiveLabel ID="JobName" /><com:TActiveLabel ID="JobID" Visible="false" /></h4>
+               <h4><%[ Job: ]%> [ <com:TActiveLabel ID="JobID" /> ] <com:TActiveLabel ID="JobName" /></h4>
                <span class="text tab tab_active" rel="job_actions_tab"><%[ Actions ]%></span>
                <span class="text tab" rel="job_console_tab"><%[ Console status ]%></span>
                <hr class="tabs" />