summaryrefslogtreecommitdiff
path: root/webconsole/jsp/profiles/SettingsSummaryPageTitle.xml
blob: 6e56d6545ae60059e769de9c9d1115754a7bac9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pagetitle SYSTEM "tags/dtd/pagetitle.dtd">
    
<pagetitle>
   <pagebuttons>
       <cc name="CloseButton" tagclass="com.sun.web.ui.taglib.html.CCButtonTag">
         <attribute name="type" value="secondary"/>
         <attribute name="defaultValue" value="APOC.profilewnd.buttons.close"/>
         <attribute name="title" value="Closes this window."/>
         <attribute name="elementId" value="CloseEditorButton" />
         <attribute name="onClick" value="javascript: return closeEditorWindow();"/>
       </cc>
     </pagebuttons>
</pagetitle>