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

View File

@ -14,7 +14,7 @@
</hbox> </hbox>
</template> </template>
<template id="infolog.index.rows-noheader" template="" lang="" group="0" version="1.7.005"> <template id="infolog.index.rows-noheader" template="" lang="" group="0" version="1.7.005">
<grid width="100%" class="my_form"> <grid>
<columns> <columns>
<column width="2%"/> <column width="2%"/>
<column/> <column/>
@ -146,7 +146,6 @@
<description/> <description/>
<description/> <description/>
</hbox> </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> </vbox>
</row> </row>
</rows> </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" 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"/> <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> </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> </vbox>
</row> </row>
</rows> </rows>