mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
change add - submit button to button. (has no autofocus)
This commit is contained in:
parent
e4ed4399cf
commit
cbcefbeb1f
File diff suppressed because one or more lines are too long
@ -1,6 +1,18 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<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">
|
<template id="resources.show.rows" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="100%">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
@ -88,7 +100,7 @@
|
|||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
</template>
|
</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%">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="100%"/>
|
<column width="100%"/>
|
||||||
@ -97,6 +109,9 @@
|
|||||||
<row disabled="!@msg">
|
<row disabled="!@msg">
|
||||||
<description align="center" id="msg" span="all" class="message"/>
|
<description align="center" id="msg" span="all" class="message"/>
|
||||||
</row>
|
</row>
|
||||||
|
<row disabled="1">
|
||||||
|
<template align="right" id="nm_right"/>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<nextmatch id="nm" no_lang="1" options="resources.show.rows"/>
|
<nextmatch id="nm" no_lang="1" options="resources.show.rows"/>
|
||||||
</row>
|
</row>
|
||||||
|
Loading…
Reference in New Issue
Block a user