Skip to content

Commit

Permalink
Do not show reset in old time sheets.
Browse files Browse the repository at this point in the history
  • Loading branch information
shsu committed Nov 10, 2013
1 parent b440447 commit d4842a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion a1/src/main/webapp/sections/timetable.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@
<h:commandLink action="#{TimeTable.deleteTimeTableRow(timesheet)}"
value="#{msgs.deleteRow}" title="#{msgs.changesApplyImmediately}"
immediate="true" rendered="#{TimeTable.isPresentOrFuture()}"/>
<f:facet name="footer"><h:link outcome="index" value="#{msgs.reset}"/></f:facet>
<f:facet name="footer"><h:link outcome="index" value="#{msgs.reset}"
rendered="#{TimeTable.isPresentOrFuture()}"/></f:facet>
</h:column>
</h:dataTable>

Expand Down

0 comments on commit d4842a6

Please sign in to comment.