Add missing icons for buttons used in templates

This commit is contained in:
Hadi Nategh 2022-01-24 11:04:06 +01:00
parent 073e7b9d2c
commit 528208dca8
2 changed files with 4 additions and 4 deletions

View File

@ -13,9 +13,9 @@
</tabpanels>
</tabbox>
<hbox class="dialogFooterToolbar">
<button id="save" label="Save"/>
<button id="apply" label="Apply"/>
<button id="cancel" label="Cancel"/>
<button id="save" label="Save" image="save"/>
<button id="apply" label="Apply" image="apply"/>
<button id="cancel" label="Cancel" image="cancel"/>
</hbox>
</template>
</overlay>

View File

@ -73,7 +73,7 @@
<button label="Submit" statustext="Submit to egroupware.org" onclick="$cont[onclick]" id="submit"/>
<hbox>
<select id="postpone" options="Postpone for" onchange="1"/>
<button id="cancel" label="Cancel" statustext="Go directly to admin menu, returning here the next time you click on administration." align="right"/>
<button id="cancel" label="Cancel" image="cancel" statustext="Go directly to admin menu, returning here the next time you click on administration." align="right"/>
</hbox>
</row>
</rows>