mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
* Infolog: Fix timestamper button does not work in mobile template
This commit is contained in:
parent
fb72822e9f
commit
41a328172f
@ -165,7 +165,7 @@
|
|||||||
<hbox span="all" width="100%">
|
<hbox span="all" width="100%">
|
||||||
<button statustext="Apply the changes" id="button[apply]" image="apply" background_image="1"/>
|
<button statustext="Apply the changes" id="button[apply]" image="apply" background_image="1"/>
|
||||||
<button statustext="delete this entry" id="button[delete]" onclick="if($cont[info_anz_subs]) return $cont[info_anz_subs]; et2_dialog.confirm(widget,'Delete this entry','Delete');" image="delete" background_image="1" span="all"/>
|
<button statustext="delete this entry" id="button[delete]" onclick="if($cont[info_anz_subs]) return $cont[info_anz_subs]; et2_dialog.confirm(widget,'Delete this entry','Delete');" image="delete" background_image="1" span="all"/>
|
||||||
<buttononly statustext="Insert timestamp into description field" id="timestamp" class="infologExtraButton infologTimestamp" background_image="1" image="timestamp" onclick="app.infolog.insert_text('info_des');"/>
|
<timestamper statustext="Insert timestamp into description field" id="timestamp" class="infologExtraButton infologTimestamp" background_image="1" image="timestamp" target="info_des"/>
|
||||||
<checkbox toggle_on=" " toggle_off=" " id="no_notifications" class="notification_check"/>
|
<checkbox toggle_on=" " toggle_off=" " id="no_notifications" class="notification_check"/>
|
||||||
<textbox type="integer" id="info_number" readonly="true" class="entry_id"/>
|
<textbox type="integer" id="info_number" readonly="true" class="entry_id"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
Loading…
Reference in New Issue
Block a user