<%= render "layouts/portlet-config" %> <%= render "layouts/theme-panel" %> <% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <%= render "layouts/breadcrumbs" %>
 
<%= form_tag({:action=>'create'} ,:multipart=>true,:id=>'myForms' ) do %> <% @myEditAld = true @myDeletAld = true @myAddAld = true %>
Category ID [*]
Category Desc. [*]
Early Arrival Ignore(HH:MM)
Late Departure Ignore(HH:MM)
Early Departure Allowed(HH:MM)
Late Arrival Allowed(HH:MM)
 
<% i = 1; if @categoryList.length >0 @categoryList.each do |cats| %> <% i +=1 end else %> <% end %>
SL. NO. Cat. ID Cat Desc. Lt_Allow Lt_Ignore Erl_Allow Action
<%=i%> <%=cats.cat_categoryid%> <%=cats.cat_description%> <%=cats.cat_late_arrivalalow%> <%=cats.cat_early_deptignore%> <%=cats.cat_late_arrivalalow%>
No Record(s) Found.
<%= will_paginate(@categoryList)%>
<% end %>