Changeset 3961
- Timestamp:
- Nov 5, 2010, 12:50:52 PM (13 years ago)
- Location:
- trunk/client/servlet
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/servlet/src/org/proteios/gui/web/GUIConverter.java
r3954 r3961 550 550 titleBar.add(options); 551 551 // Table configuration updated flag set to "true" 552 Input tableConfigurationUpdatedField = trh.newInput().552 Input tableConfigurationUpdatedField = popContent.newInput(). 553 553 setName("tableConfigurationUpdated").setType("hidden"); 554 554 tableConfigurationUpdatedField.setValue("true"); -
trunk/client/servlet/www/static/css/layout2.jsp
r3954 r3961 160 160 161 161 div.table table tr th:last-child, 162 div.table .tableContent table tr th:last-child, 162 163 div.table table tr td:last-child 163 164 {
Note: See TracChangeset
for help on using the changeset viewer.