Changeset 2982
- Timestamp:
- Nov 30, 2006, 10:51:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/sessions/list_sessions.jsp
r2978 r2982 361 361 { 362 362 %> 363 <tbl:panel><%=session == null || sessions.getTotalCount() == 0 ? "No sessions where found" : "No sessions on this page. Please select another page!" %></tbl:panel>363 <tbl:panel><%=sessions == null || sessions.getTotalCount() == 0 ? "No sessions where found" : "No sessions on this page. Please select another page!" %></tbl:panel> 364 364 <% 365 365 }
Note: See TracChangeset
for help on using the changeset viewer.