mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
start brige to calendar
This commit is contained in:
parent
a2ea79e489
commit
d7c703f811
File diff suppressed because one or more lines are too long
@ -61,7 +61,7 @@
|
|||||||
</vbox>
|
</vbox>
|
||||||
<hbox align="right">
|
<hbox align="right">
|
||||||
<vbox class="buttonbox">
|
<vbox class="buttonbox">
|
||||||
<button image="bookable.gif" label="Book this resource" align="center" id="bookable[$row_cont[id]]" statustext="Book this resource"/>
|
<button image="bookable.gif" label="Book this resource" align="center" id="bookable[$row_cont[id]]" statustext="Book this resource" onclick="window.open(egw::link('/index.php','menuaction=calendar.uiforms.edit&id=r$row_cont[id]'),'','dependent=yes,width=750,height=400,location=no,menubar=no,toolbar=no,scrollbars=yes,status=yes'); return false;"/>
|
||||||
<button image="buyable.gif" label="Buy this resource" align="center" id="buyable[$row_cont[id]]" statustext="Buy this resource"/>
|
<button image="buyable.gif" label="Buy this resource" align="center" id="buyable[$row_cont[id]]" statustext="Buy this resource"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
<vbox needed="1" align="right" class="buttonbox">
|
<vbox needed="1" align="right" class="buttonbox">
|
||||||
|
Loading…
Reference in New Issue
Block a user