Changeset 3963


Ignore:
Timestamp:
Nov 5, 2010, 1:24:23 PM (13 years ago)
Author:
Gregory Vincic
Message:

Refs #716. Removed description cell in table popup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/servlet/src/org/proteios/action/directory/ViewActiveDirectory.java

    r3962 r3963  
    505505                    nameCell.setActionLink(postTableLink);
    506506                    row.addCell(nameCell);
    507                     // Description column
    508                     log.debug("context.getDescription() = \"" + context.getDescription() + "\"");
    509                     Cell<String> descCell = new Cell<String>(context.getDescription());
    510                     descCell.setActionLink(postTableLink);
    511                     row.addCell(descCell);
    512507                    //
    513508                    dirExtTable.addRow(row);
Note: See TracChangeset for help on using the changeset viewer.