Mobile theme W.I.P.:

-Fix broken add buttons
This commit is contained in:
Hadi Nategh 2016-02-17 12:09:34 +00:00
parent eb2fe4dfe8
commit c008c6ef70
4 changed files with 5 additions and 8 deletions

View File

@ -73,7 +73,7 @@
<description width="0" id="plus_button_container" />
</row>
<row>
<nextmatch id="nm" template="addressbook.index.rows" span="all"/>
<nextmatch id="nm" template="addressbook.index.rows" header_right="addressbook.index.right_add" span="all"/>
</row>
<row class="noPrint dialogFooterToolbar" disabled="!@nm[selectcols]=/legacy_actions/">
<button statustext="Add a new contact" label="Add" id="add" onclick="window.open(egw::link('/index.php','menuaction=addressbook.addressbook_ui.edit'),'_blank','dependent=yes,width=850,height=440,scrollbars=yes,status=yes'); return false;"/>

View File

@ -42,7 +42,7 @@
<template id="admin.index" template="" lang="" group="0" version="1.9.001">
<tree autoloading="admin_ui::ajax_tree" id="tree" onclick="app.admin.run" parent_node="admin_tree_target" std_images="bullet"/>
<description id="plus_button_container"/>
<nextmatch id="nm" template="admin.index.rows"/>
<nextmatch id="nm" template="admin.index.rows" header_right="admin.index.add"/>
<iframe frameborder="1" height="100%" id="iframe" scrolling="auto" width="100%" disabled="true"/>
</template>
</overlay>

View File

@ -3,10 +3,7 @@
<!-- $Id$ -->
<overlay>
<template id="infolog.index.header_right" template="" lang="" group="0" version="1.9.001">
<hbox>
<description value="Add:" class="infolog_headertext"/>
<button class="plus_button" parent_node="infolog-index_plus_button_container" statustext="Add a new ToDo" id="add[task]" onclick="app.infolog.add_with_extras(widget,'task','$cont[action]','$cont[action_id]');"/>
</hbox>
<button class="plus_button" parent_node="infolog-index_plus_button_container" statustext="Add a new ToDo" id="add[task]" onclick="app.infolog.add_with_extras(widget,'task','$cont[action]','$cont[action_id]');"/>
</template>
<template id="infolog.index.dates" template="" lang="" group="0" version="1.9.001">
<hbox>
@ -79,7 +76,7 @@
<description id="plus_button_container"/>
</row>
<row>
<nextmatch id="nm" template="infolog.index.rows" header_left="infolog.index.dates" span="all"/>
<nextmatch id="nm" template="infolog.index.rows" header_right='infolog.index.header_right' header_left="infolog.index.dates" span="all"/>
</row>
<row>
<hbox class=" ">

View File

@ -55,6 +55,6 @@
</template>
<template id="timesheet.index" template="" lang="" group="0" version="1.9.001">
<description id="plus_button_container"/>
<nextmatch id="nm" options="timesheet.index.rows" header_left="timesheet.index.dates"/>
<nextmatch id="nm" options="timesheet.index.rows" header_right="timesheet.index.add" header_left="timesheet.index.dates"/>
</template>
</overlay>