mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
Revert "Add missing icons for buttons used in templates"
This reverts commit 528208dca8
.
This commit is contained in:
parent
5904ac11b0
commit
dd1d62512f
@ -13,9 +13,9 @@
|
|||||||
</tabpanels>
|
</tabpanels>
|
||||||
</tabbox>
|
</tabbox>
|
||||||
<hbox class="dialogFooterToolbar">
|
<hbox class="dialogFooterToolbar">
|
||||||
<button id="save" label="Save" image="save"/>
|
<button id="save" label="Save"/>
|
||||||
<button id="apply" label="Apply" image="apply"/>
|
<button id="apply" label="Apply"/>
|
||||||
<button id="cancel" label="Cancel" image="cancel"/>
|
<button id="cancel" label="Cancel"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</template>
|
</template>
|
||||||
</overlay>
|
</overlay>
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
<button label="Submit" statustext="Submit to egroupware.org" onclick="$cont[onclick]" id="submit"/>
|
<button label="Submit" statustext="Submit to egroupware.org" onclick="$cont[onclick]" id="submit"/>
|
||||||
<hbox>
|
<hbox>
|
||||||
<select id="postpone" options="Postpone for" onchange="1"/>
|
<select id="postpone" options="Postpone for" onchange="1"/>
|
||||||
<button id="cancel" label="Cancel" image="cancel" statustext="Go directly to admin menu, returning here the next time you click on administration." align="right"/>
|
<button id="cancel" label="Cancel" statustext="Go directly to admin menu, returning here the next time you click on administration." align="right"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
Loading…
Reference in New Issue
Block a user