blob: 04356274b5d9a876fd7fa39a5b5d3fc900c4c27a [file] [log] [blame]
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<div>
<div data-dojo-type="dijit/Toolbar">
<div id="saveButton_${id}"
data-dojo-type="dijit/form/Button"
data-dojo-attach-point="saveButton"
data-dojo-props="iconClass: 'dijitIconSave'">Save</div>
<div data-dojo-attach-point="saveButtonTooltip"
data-dojo-type="dijit/Tooltip"
data-dojo-props="connectId:'saveButton_${id}',position:['below']">Save and share dashboard</div>
<div id="cloneButton_${id}"
data-dojo-type="dijit/form/Button"
data-dojo-attach-point="cloneButton"
data-dojo-props="iconClass: 'dijitIconCopy'">Clone</div>
<div data-dojo-attach-point="cloneButtonTooltip"
data-dojo-type="dijit/Tooltip"
data-dojo-props="connectId:'cloneButton_${id}',position:['below']">Clone dashboard to create a new one<br/>Note, group information is not cloned into new dashboard.</div>
<div id="deleteButton_${id}"
data-dojo-type="dijit/form/Button"
data-dojo-attach-point="deleteButton"
data-dojo-props="iconClass: 'trashIcon ui-icon'">Delete</div>
<div data-dojo-attach-point="deleteButtonTooltip"
data-dojo-type="dijit/Tooltip"
data-dojo-props="connectId:'deleteButton_${id}',position:['below']">Delete dashboard from preferences and close the tab</div>
<div data-dojo-type="dijit/form/Button"
data-dojo-attach-point="addWidgetButton"
data-dojo-props="title:'Add new widget',iconClass: 'addIcon'"
class="alignRight">Add Widget</div>
<div class="clear"></div>
</div>
<div data-dojo-type="dojox.layout.GridContainer"
data-dojo-attach-point="widgetContainer"
nbZones="1"
withHandles="true"
dragHandleClass="dijitTitlePaneTitle"
doLayout="false">
</div>
</div>