forked from extern/egroupware
Update
This commit is contained in:
parent
9061b7ac95
commit
f518db0997
@ -187,14 +187,14 @@
|
||||
/* cal day-view's todo column
|
||||
*/
|
||||
.calDayToDos {
|
||||
width: 250px;
|
||||
width: 240px;
|
||||
text-align: center;
|
||||
}
|
||||
/* header row
|
||||
*/
|
||||
.calDayTodosHeader {
|
||||
margin: 0px;
|
||||
width: 250px;
|
||||
width: 240px;
|
||||
padding: 1px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -1,5 +1,39 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN matrix_query -->
|
||||
<script language="javascript">
|
||||
<!--
|
||||
function removeSelectedOptions(id)
|
||||
{
|
||||
openerSelectBox = document.getElementById(id);
|
||||
|
||||
if (openerSelectBox == null)
|
||||
window.close();
|
||||
|
||||
for (i=0; i < openerSelectBox.length; i++)
|
||||
{
|
||||
if (openerSelectBox.options[i].selected)
|
||||
{
|
||||
alert (i);
|
||||
openerSelectBox.removeChild(openerSelectBox[i]);
|
||||
openerSelectBox.options[i--] = null
|
||||
}
|
||||
}
|
||||
}
|
||||
function bobo()
|
||||
{
|
||||
openerSelectBox = document.getElementById('uicalendar_matrix_users');
|
||||
|
||||
if (openerSelectBox == null)
|
||||
window.close();
|
||||
|
||||
for (i=0; i < openerSelectBox.length; i++)
|
||||
{
|
||||
alert (i);
|
||||
}
|
||||
}
|
||||
|
||||
-->
|
||||
</script>
|
||||
<center>
|
||||
<form action="{action_url}" method="post" name="matrixform">
|
||||
<table border="0" width="98%">
|
||||
@ -8,10 +42,9 @@
|
||||
</tr>
|
||||
{rows}
|
||||
<tr>
|
||||
<td>
|
||||
<table cellspacing="5"><tr>
|
||||
<td><input type="submit" value="{submit_button}"></td>
|
||||
</tr></table>
|
||||
<td colspan="2" align="center">
|
||||
<img src="" onClick="javascript:removeSelectedOptions('uicalendar_matrix_users')" width="100" height="100">
|
||||
<input type="submit" value="{submit_button}">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -20,7 +53,7 @@
|
||||
<!-- END matrix_query -->
|
||||
<!-- BEGIN list -->
|
||||
<tr bgcolor="{tr_color}">
|
||||
<td valign="top" width="35%"><b> {field}:</b></td>
|
||||
<td valign="top" width="65%">{data}</td>
|
||||
<td valign="top" width="35%" align="right"><b> {field} : </b></td>
|
||||
<td valign="top" width="65%" align="left">{data}</td>
|
||||
</tr>
|
||||
<!-- END list -->
|
||||
|
@ -1,9 +1,9 @@
|
||||
<!-- BEGIN navbar_header -->
|
||||
<div id="processing" style="position:absolute; left:300px; top:300px; width:300px; height:100px; z-index:1; background-color: white; layer-background-color: #white; border: 1px none #000000; visibility: hidden"><center><b>Wait ... And See</b><br><img src="/phpgwapi/templates/prisma/images/processing.gif"></center></div>
|
||||
|
||||
|
||||
<div id="divLogo"><a href="{logo_url}" target="_top"><img src="{logo_file}" border="0" alt="eGroupWare"/></a></div>
|
||||
|
||||
{app_extra_icons_div}
|
||||
|
||||
|
||||
<div id="divMain">
|
||||
<div id="divAppIconBar">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
@ -103,7 +103,6 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="sideboxSpace"></div>
|
||||
<!-- END extra_blocks_footer -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user