Not longer needed.
This commit is contained in:
parent
d5e3c5ab48
commit
37c77165ad
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
|||
<label><%- @T('Days') %></label>
|
||||
<table style="width:70%">
|
||||
<thead>
|
||||
<tr>
|
||||
<% for day in ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']: %>
|
||||
<td><%- @T(day) %></td>
|
||||
<% end %>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<% for day in ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']: %>
|
||||
<td style="padding:2px"><input type="checkbox" name="<%= @attribute.name %>::<%- day %>" value="<%- day %>" <% if @attribute.value[day]: %>checked<% end %> /></td>
|
||||
<% end %>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="">
|
||||
<label><%- @T('Hours') %></label>
|
||||
<input type="text" class="span2" name="<%= @attribute.name %>::beginning_of_workday" value="<%= @attribute.value['beginning_of_workday'] %>"/>
|
||||
-
|
||||
<input type="text" class="span2" name="<%= @attribute.name %>::end_of_workday" value="<%= @attribute.value['end_of_workday'] %>"/>
|
||||
</div>
|
Loading…
Reference in a new issue