Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
b2673ae8
Commit
b2673ae8
authored
Sep 29, 2011
by
Falko Timme
Browse files
- Added datepicker widget to the "Virtual Servers" form.
parent
22cc9d84
Changes
43
Expand all
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/tform.inc.php
View file @
b2673ae8
...
...
@@ -150,6 +150,8 @@ class tform {
if
(
isset
(
$wb_global
))
unset
(
$wb_global
);
$this
->
wordbook
=
$wb
;
$this
->
dateformat
=
$app
->
lng
(
'conf_format_dateshort'
);
return
true
;
}
...
...
interface/lib/lang/br.lng
View file @
b2673ae8
...
...
@@ -39,4 +39,9 @@ $wb['top_menu_domain'] = 'Domínios';
$wb
[
'top_menu_dashboard'
]
=
'Início'
;
$wb
[
'latest_news_txt'
]
=
'Últimas notícias'
;
$wb
[
'top_menu_vm'
]
=
'VM'
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'"
;
$wb
[
'datepicker_nextText'
]
=
"Next"
;
$wb
[
'datepicker_prevText'
]
=
"Prev"
;
?>
interface/lib/lang/cz.lng
View file @
b2673ae8
...
...
@@ -39,4 +39,9 @@ $wb['top_menu_domain'] = 'Doména';
$wb
[
'top_menu_dashboard'
]
=
'Nástěnka'
;
$wb
[
'latest_news_txt'
]
=
'Nejnovější novinky'
;
$wb
[
'top_menu_vm'
]
=
'VServer'
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'"
;
$wb
[
'datepicker_nextText'
]
=
"Next"
;
$wb
[
'datepicker_prevText'
]
=
"Prev"
;
?>
interface/lib/lang/de.lng
View file @
b2673ae8
...
...
@@ -39,4 +39,9 @@ $wb['top_menu_domain'] = 'Domains';
$wb
[
'top_menu_dashboard'
]
=
'Home'
;
$wb
[
'latest_news_txt'
]
=
'Latest news'
;
$wb
[
'top_menu_vm'
]
=
'VServer'
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'"
;
$wb
[
'datepicker_nextText'
]
=
"Vor"
;
$wb
[
'datepicker_prevText'
]
=
"Zurück"
;
?>
interface/lib/lang/en.lng
View file @
b2673ae8
...
...
@@ -39,4 +39,9 @@ $wb['top_menu_dashboard'] = 'Home';
$wb
[
'top_menu_vm'
]
=
'VServer'
;
$wb
[
'toolsarea_head_txt'
]
=
'Tools'
;
$wb
[
'latest_news_txt'
]
=
'Latest news'
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'"
;
$wb
[
'datepicker_nextText'
]
=
"Next"
;
$wb
[
'datepicker_prevText'
]
=
"Prev"
;
?>
interface/lib/lang/es.lng
View file @
b2673ae8
...
...
@@ -39,4 +39,9 @@ $wb['top_menu_domain'] = 'Dominios';
$wb
[
'top_menu_dashboard'
]
=
'Inicio'
;
$wb
[
'latest_news_txt'
]
=
'Noticias'
;
$wb
[
'top_menu_vm'
]
=
'VServer'
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'"
;
$wb
[
'datepicker_nextText'
]
=
"Next"
;
$wb
[
'datepicker_prevText'
]
=
"Prev"
;
?>
interface/lib/lang/fi.lng
View file @
b2673ae8
...
...
@@ -39,4 +39,9 @@ $wb['top_menu_domain'] = 'Domains';
$wb
[
'top_menu_dashboard'
]
=
'Home'
;
$wb
[
'latest_news_txt'
]
=
'Latest news'
;
$wb
[
'top_menu_vm'
]
=
'VServer'
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'"
;
$wb
[
'datepicker_nextText'
]
=
"Next"
;
$wb
[
'datepicker_prevText'
]
=
"Prev"
;
?>
interface/lib/lang/fr.lng
View file @
b2673ae8
...
...
@@ -39,4 +39,9 @@ $wb['number_format_decimals'] = '2';
$wb
[
'number_format_dec_point'
]
=
'.'
;
$wb
[
'number_format_thousands_sep'
]
=
''
;
$wb
[
'top_menu_vm'
]
=
'VServer'
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'Di', 'Lu', 'Ma', 'Me', 'Je', 'Ve', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Fev', 'Mar', 'Avr', 'Mai', 'Juin', 'Juil', 'Aout', 'Sep', 'Oct', 'Nov', 'Dec'"
;
$wb
[
'datepicker_nextText'
]
=
"Suivant"
;
$wb
[
'datepicker_prevText'
]
=
"Précédent"
;
?>
interface/lib/lang/hr.lng
View file @
b2673ae8
...
...
@@ -38,5 +38,10 @@ $wb['top_menu_domain'] = "Domene";
$wb
[
'top_menu_dashboard'
]
=
"Početna"
;
$wb
[
'toolsarea_head_txt'
]
=
"Postavke"
;
$wb
[
'latest_news_txt'
]
=
"Vijesti"
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'"
;
$wb
[
'datepicker_nextText'
]
=
"Next"
;
$wb
[
'datepicker_prevText'
]
=
"Prev"
;
?>
interface/lib/lang/hu.lng
View file @
b2673ae8
...
...
@@ -39,4 +39,9 @@ $wb['top_menu_vm'] = 'VM';
$wb
[
'number_format_decimals'
]
=
'2'
;
$wb
[
'number_format_dec_point'
]
=
'.'
;
$wb
[
'number_format_thousands_sep'
]
=
''
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'"
;
$wb
[
'datepicker_nextText'
]
=
"Next"
;
$wb
[
'datepicker_prevText'
]
=
"Prev"
;
?>
interface/lib/lang/id.lng
View file @
b2673ae8
...
...
@@ -39,4 +39,9 @@ $wb['top_menu_domain'] = 'Domain';
$wb
[
'top_menu_dashboard'
]
=
'Beranda'
;
$wb
[
'latest_news_txt'
]
=
'Berita terbaru'
;
$wb
[
'top_menu_vm'
]
=
'VServer'
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'"
;
$wb
[
'datepicker_nextText'
]
=
"Next"
;
$wb
[
'datepicker_prevText'
]
=
"Prev"
;
?>
interface/lib/lang/it.lng
View file @
b2673ae8
...
...
@@ -39,4 +39,9 @@ $wb['top_menu_domain'] = 'Domains';
$wb
[
'top_menu_dashboard'
]
=
'Home'
;
$wb
[
'latest_news_txt'
]
=
'Latest news'
;
$wb
[
'top_menu_vm'
]
=
'VServer'
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'"
;
$wb
[
'datepicker_nextText'
]
=
"Next"
;
$wb
[
'datepicker_prevText'
]
=
"Prev"
;
?>
interface/lib/lang/nl.lng
View file @
b2673ae8
...
...
@@ -39,4 +39,9 @@ $wb['top_menu_domain'] = 'Domeinen';
$wb
[
'top_menu_dashboard'
]
=
'Home'
;
$wb
[
'latest_news_txt'
]
=
'Laatste nieuws'
;
$wb
[
'top_menu_vm'
]
=
'VServer'
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'"
;
$wb
[
'datepicker_nextText'
]
=
"Next"
;
$wb
[
'datepicker_prevText'
]
=
"Prev"
;
?>
interface/lib/lang/pl.lng
View file @
b2673ae8
...
...
@@ -39,4 +39,9 @@ $wb['top_menu_domain'] = 'Domeny';
$wb
[
'top_menu_dashboard'
]
=
'Strona główna'
;
$wb
[
'latest_news_txt'
]
=
'Ostatnie wiadomości'
;
$wb
[
'top_menu_vm'
]
=
'VServer'
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'"
;
$wb
[
'datepicker_nextText'
]
=
"Next"
;
$wb
[
'datepicker_prevText'
]
=
"Prev"
;
?>
interface/lib/lang/pt.lng
View file @
b2673ae8
...
...
@@ -39,4 +39,9 @@ $wb['top_menu_domain'] = 'Domains';
$wb
[
'top_menu_dashboard'
]
=
'Home'
;
$wb
[
'latest_news_txt'
]
=
'Latest news'
;
$wb
[
'top_menu_vm'
]
=
'VServer'
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'"
;
$wb
[
'datepicker_nextText'
]
=
"Next"
;
$wb
[
'datepicker_prevText'
]
=
"Prev"
;
?>
interface/lib/lang/ro.lng
View file @
b2673ae8
...
...
@@ -39,4 +39,9 @@ $wb['top_menu_domain'] = 'Domains';
$wb
[
'top_menu_dashboard'
]
=
'Home'
;
$wb
[
'latest_news_txt'
]
=
'Latest news'
;
$wb
[
'top_menu_vm'
]
=
'VServer'
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'"
;
$wb
[
'datepicker_nextText'
]
=
"Next"
;
$wb
[
'datepicker_prevText'
]
=
"Prev"
;
?>
interface/lib/lang/se.lng
View file @
b2673ae8
...
...
@@ -39,4 +39,9 @@ $wb['top_menu_domain'] = 'Domains';
$wb
[
'top_menu_dashboard'
]
=
'Home'
;
$wb
[
'latest_news_txt'
]
=
'Latest news'
;
$wb
[
'top_menu_vm'
]
=
'VServer'
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'"
;
$wb
[
'datepicker_nextText'
]
=
"Next"
;
$wb
[
'datepicker_prevText'
]
=
"Prev"
;
?>
interface/lib/lang/sk.lng
View file @
b2673ae8
...
...
@@ -39,4 +39,9 @@ $wb['top_menu_domain'] = 'Domains';
$wb
[
'top_menu_dashboard'
]
=
'Home'
;
$wb
[
'latest_news_txt'
]
=
'Latest news'
;
$wb
[
'top_menu_vm'
]
=
'VServer'
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'"
;
$wb
[
'datepicker_nextText'
]
=
"Next"
;
$wb
[
'datepicker_prevText'
]
=
"Prev"
;
?>
interface/lib/lang/tr.lng
View file @
b2673ae8
...
...
@@ -39,4 +39,9 @@ $wb['top_menu_domain'] = 'Domains';
$wb
[
'top_menu_dashboard'
]
=
'Home'
;
$wb
[
'latest_news_txt'
]
=
'Latest news'
;
$wb
[
'top_menu_vm'
]
=
'VServer'
;
$wb
[
'datepicker_dayNamesMin'
]
=
"'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'"
;
$wb
[
'datepicker_dayNames'
]
=
"'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'"
;
$wb
[
'datepicker_monthNamesShort'
]
=
"'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'"
;
$wb
[
'datepicker_nextText'
]
=
"Next"
;
$wb
[
'datepicker_prevText'
]
=
"Prev"
;
?>
interface/web/js/jquery-ui-1.8.16.custom.min.js
View file @
b2673ae8
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment