summaryrefslogtreecommitdiff
path: root/webconsole/jsp/profiles/AssignTable.xml
diff options
context:
space:
mode:
Diffstat (limited to 'webconsole/jsp/profiles/AssignTable.xml')
-rw-r--r--webconsole/jsp/profiles/AssignTable.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/webconsole/jsp/profiles/AssignTable.xml b/webconsole/jsp/profiles/AssignTable.xml
new file mode 100644
index 0000000..de0a3a1
--- /dev/null
+++ b/webconsole/jsp/profiles/AssignTable.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE table SYSTEM "tags/dtd/table.dtd">
+
+<table>
+ <column name="NameColumn" sortname="NameText" extrahtml="nowrap='nowrap'" rowheader="true">
+ <cc name="NameHref" tagclass="com.sun.web.ui.taglib.html.CCHrefTag">
+ <attribute name="SubmitFormData" value="true" />
+ <attribute name="onClick" value="javascript:openProfileEditorWindow(this); return false;" />
+ <cc name="NameText" tagclass="com.sun.web.ui.taglib.html.CCStaticTextFieldTag" />
+ </cc>
+ </column>
+ <column name="AuthorColumn" sortname="AuthorText" extrahtml="nowrap='nowrap'">
+ <cc name="AuthorText" tagclass="com.sun.web.ui.taglib.html.CCStaticTextFieldTag" />
+ </column>
+ <column name="LastModifiedColumn" sortname="LastModifiedText" extrahtml="nowrap='nowrap'">
+ <cc name="LastModifiedText" tagclass="com.sun.web.ui.taglib.html.CCStaticTextFieldTag" />
+ </column>
+</table>