msgid "In this directory Baculum API saves temporarily Bacula configuration files (mainly for validation purposes) just before they are written as real Bacula configuration files."
msgstr "In this directory Baculum API saves temporarily Bacula configuration files (mainly for validation purposes) just before they are written as real Bacula configuration files."
+
+msgid "Version:"
+msgstr "Version:"
msgid "In this directory Baculum API saves temporarily Bacula configuration files (mainly for validation purposes) just before they are written as real Bacula configuration files."
msgstr "W tym katalogu Baculum API tymczasowo zapisuje pliki konfiguracyjne Bacula (głównie do celów walidacji) zaraz przed tym, gdy są one zapisane jako właściwe pliki konfiguracyjne Bacula."
+
+msgid "Version:"
+msgstr "Wersja:"
msgid "In this directory Baculum API saves temporarily Bacula configuration files (mainly for validation purposes) just before they are written as real Bacula configuration files."
msgstr "In this directory Baculum API saves temporarily Bacula configuration files (mainly for validation purposes) just before they are written as real Bacula configuration files."
+
+msgid "Version:"
+msgstr "Version:"
* Bacula(R) - The Network Backup Solution
* Baculum - Bacula web interface
*
- * Copyright (C) 2013-2016 Kern Sibbald
+ * Copyright (C) 2013-2019 Kern Sibbald
*
* The main author of Baculum is Marcin Haba.
* The original author of Bacula is Kern Sibbald, with contributions
* Bacula(R) is a registered trademark of Kern Sibbald.
*/
-class Main extends TTemplateControl
-{
+Prado::using('Application.Common.Class.Params');
+
+class Main extends TTemplateControl {
}
?>
<com:TClientScript PradoScripts="effects" />
<com:TContentPlaceHolder ID="Main" />
</com:TForm>
+ <footer class="footer"><%[ Version: ]%> <%=Params::BACULUM_VERSION%></footer>
</body>
</html>
* Bacula(R) - The Network Backup Solution
* Baculum - Bacula web interface
*
- * Copyright (C) 2013-2017 Kern Sibbald
+ * Copyright (C) 2013-2019 Kern Sibbald
*
* The main author of Baculum is Marcin Haba.
* The original author of Bacula is Kern Sibbald, with contributions
*/
Prado::using('Application.Common.Class.CommonModule');
-Prado::using('Application.Common.Class.Params');
class Params extends CommonModule {
+ const BACULUM_VERSION = '11.0.0';
+
public static $months = array(
'jan' => 'January',
'feb' => 'February',
msgid "Custom time range"
msgstr "Custom time range"
+
+msgid "Version:"
+msgstr "Version:"
msgid "Custom time range"
msgstr "Custom time range"
+
+msgid "Version:"
+msgstr "Version:"
msgid "Custom time range"
msgstr "Dopasowany zakres czasu"
+
+msgid "Version:"
+msgstr "Wersja:"
msgid "Custom time range"
msgstr "Custom time range"
+
+msgid "Version:"
+msgstr "Version:"
* Bacula(R) is a registered trademark of Kern Sibbald.
*/
+Prado::using('Application.Common.Class.Params');
+
class Main extends TTemplateControl {
public $web_config;
</span>
<com:TContentPlaceHolder ID="Main" />
<!-- Footer -->
- <footer class="w3-container w3-padding-16 w3-light-grey">
- </footer>
+ <footer class="w3-container w3-right-align w3-small"><%[ Version: ]%> <%=Params::BACULUM_VERSION%></footer>
</div>
</com:TForm>
<div id="small" class="w3-hide-large"></div>
width: 98%;
}
+.footer {
+ font-size: 12px;
+ text-align: right;
+ margin-top: 5px;
+}
+
/* API server OAuth2 progress bar */
#progress_label {