reverted accidently commited xet files

This commit is contained in:
Ralf Becker 2012-04-04 14:07:37 +00:00
parent b2a51e34b5
commit f6947d29ac
2 changed files with 5 additions and 7 deletions

View File

@ -131,7 +131,7 @@
</grid>
</template>
<template id="infolog.edit.history" template="" lang="" group="0" version="1.3.002">
<grid width="100%" height="245" overflow="auto">
<grid width="100%" height="250" overflow="auto">
<columns>
<column/>
</columns>
@ -142,7 +142,7 @@
</rows>
</grid>
</template>
<template id="infolog.edit" template="" lang="" group="0" version="1.9.001">
<template id="infolog.edit" template="" lang="" group="0" version="1.7.003">
<grid width="100%">
<columns>
<column width="103"/>
@ -251,16 +251,16 @@
</hbox>
</row>
<row>
<hbox span="3">
<hbox span="2">
<button label="Save" id="button[save]" statustext="Saves this entry"/>
<button id="button[apply]" label="Apply" statustext="Apply the changes"/>
<button label="Cancel" id="button[cancel]" statustext="leave without saveing the entry" onclick="window.close();"/>
<menulist>
<menupopup id="action" statustext="Execute a further action for this entry" options="Actions..." onchange="this.form.submit(); this.value='';"/>
</menulist>
<checkbox label="Do not notify of these changes" id="no_notifications" span="2"/>
<html id="js"/>
</hbox>
<description/>
<button label="Delete" align="right" id="button[delete]" statustext="delete this entry" onclick="return $cont[info_anz_subs] || confirm('Delete this entry');"/>
</row>
</rows>

View File

@ -14,7 +14,7 @@
</hbox>
</template>
<template id="infolog.index.rows-noheader" template="" lang="" group="0" version="1.7.005">
<grid width="100%" class="my_form">
<grid>
<columns>
<column width="2%"/>
<column/>
@ -146,7 +146,6 @@
<description/>
<description/>
</hbox>
<image src="filemanager/navbar" options="/index.php?menuaction=filemanager.filemanager_ui.index&amp;path=/apps/infolog/$row_cont[info_id]" class="image16" label="Filemanager"/>
</vbox>
</row>
</rows>
@ -297,7 +296,6 @@
<button image="done" label="Set status to done" id="close[$row_cont[info_id]]" statustext="Sets the status of this entry to done"/>
<button image="done_all" label="Set status to done for all entries" id="close_all[$row_cont[info_id]]" statustext="Sets the status of this entry and its subs to done"/>
</hbox>
<image src="filemanager/navbar" options="/index.php?menuaction=filemanager.filemanager_ui.index&amp;path=/apps/infolog/$row_cont[info_id]" class="image16" label="Filemanager"/>
</vbox>
</row>
</rows>