change add - submit button to button. (has no autofocus)

This commit is contained in:
Klaus Leithoff 2012-03-06 16:06:57 +00:00
parent e4ed4399cf
commit cbcefbeb1f
2 changed files with 20 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,18 @@
<?xml version="1.0"?>
<!-- $Id$ -->
<overlay>
<template id="resources.show.nm_right" template="" lang="" group="0" version="1.9.002">
<grid>
<columns>
<column/>
</columns>
<rows>
<row>
<buttononly label="Add" id="add" onclick="window.open(egw::link('/index.php','menuaction=resources.resources_ui.edit'),'','dependent=yes,width=800,height=600,location=no,menubar=no,toolbar=no,scrollbars=yes,status=yes'); return false; return false;"/>
</row>
</rows>
</grid>
</template>
<template id="resources.show.rows" template="" lang="" group="0" version="1.9.001">
<grid width="100%">
<columns>
@ -88,7 +100,7 @@
</rows>
</grid>
</template>
<template id="resources.show" template="" lang="" group="0" version="1.9.001">
<template id="resources.show" template="" lang="" group="0" version="1.9.002">
<grid width="100%">
<columns>
<column width="100%"/>
@ -97,6 +109,9 @@
<row disabled="!@msg">
<description align="center" id="msg" span="all" class="message"/>
</row>
<row disabled="1">
<template align="right" id="nm_right"/>
</row>
<row>
<nextmatch id="nm" no_lang="1" options="resources.show.rows"/>
</row>