summaryrefslogtreecommitdiff
path: root/webconsole/jsp/contexts/LoginTitle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'webconsole/jsp/contexts/LoginTitle.xml')
-rw-r--r--webconsole/jsp/contexts/LoginTitle.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/webconsole/jsp/contexts/LoginTitle.xml b/webconsole/jsp/contexts/LoginTitle.xml
new file mode 100644
index 0000000..be90673
--- /dev/null
+++ b/webconsole/jsp/contexts/LoginTitle.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pagetitle SYSTEM "tags/dtd/pagetitle.dtd">
+
+<pagetitle>
+ <pagebuttons>
+ <cc name="LoginButton" tagclass="com.sun.web.ui.taglib.html.CCButtonTag">
+ <attribute name="defaultValue" value="APOC.button.OK"/>
+ <attribute name="type" value="default"/>
+ </cc>
+ <cc name="CancelButton" tagclass="com.sun.web.ui.taglib.html.CCButtonTag">
+ <attribute name="defaultValue" value="APOC.button.cancel"/>
+ <attribute name="type" value="secondary"/>
+ </cc>
+ </pagebuttons>
+</pagetitle>