diff options
Diffstat (limited to 'resources/views/pages/user-shifts.html')
-rw-r--r-- | resources/views/pages/user-shifts.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/resources/views/pages/user-shifts.html b/resources/views/pages/user-shifts.html index f467c6fd..4a2dc04d 100644 --- a/resources/views/pages/user-shifts.html +++ b/resources/views/pages/user-shifts.html @@ -5,9 +5,10 @@ <h1>%title%</h1> <div class="form-group">%start_select%</div> <div class="form-group"> - <div class="input-group time" data-locale="%short_locale%"> + <div class="input-group time"> <input type="time" class="form-control" id="start_time" name="start_time" size="5" - pattern="^\d{1,2}:\d{2}$" placeholder="HH:MM" maxlength="5" value="%start_time%"> + pattern="^\d{1,2}:\d{2}$" placeholder="HH:MM" maxlength="5" value="%start_time%" + data-locale="%short_locale%"> <div class="input-group-btn"> <button class="btn btn-default" title="Now" type="button"> <span class="glyphicon glyphicon-time"></span> @@ -18,9 +19,10 @@ – <div class="form-group">%end_select%</div> <div class="form-group"> - <div class="input-group time" data-locale="%short_locale%"> + <div class="input-group time"> <input type="time" class="form-control" id="end_time" name="end_time" size="5" - pattern="^\d{1,2}:\d{2}$" placeholder="HH:MM" maxlength="5" value="%end_time%"> + pattern="^\d{1,2}:\d{2}$" placeholder="HH:MM" maxlength="5" value="%end_time%" + data-locale="%short_locale%"> <div class="input-group-btn"> <button class="btn btn-default" title="Now" type="button"> <span class="glyphicon glyphicon-time"></span> |