mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
(cherry picked from commit b168efbce7aee60ae2dde0471b1aa543046260a8)
This commit is contained in:
parent
1a37c96b8c
commit
5f48b32d65
@ -242,7 +242,7 @@ define(function (require) {
|
||||
<input type=\"checkbox\" id=\"thu\" name=\"days\" value=\"4\"><label for=\"thu\">" + Locale.tr("Th") + "</label>\
|
||||
<input type=\"checkbox\" id=\"fri\" name=\"days\" value=\"5\"><label for=\"fri\">" + Locale.tr("Fr") + "</label>\
|
||||
<input type=\"checkbox\" id=\"sat\" name=\"days\" value=\"6\"><label for=\"sat\">" + Locale.tr("Sa") + "</label>\
|
||||
<input type=\"checkbox\" id=\"sun\" name=\"days\" value=\"7\"><label for=\"sun\">" + Locale.tr("Su") + "</label>\
|
||||
<input type=\"checkbox\" id=\"sun\" name=\"days\" value=\"0\"><label for=\"sun\">" + Locale.tr("Su") + "</label>\
|
||||
</div>";
|
||||
break;
|
||||
case "month":
|
||||
|
Loading…
x
Reference in New Issue
Block a user