mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-24 23:09:13 +01:00
Update
This commit is contained in:
parent
9061b7ac95
commit
f518db0997
@ -187,14 +187,14 @@
|
|||||||
/* cal day-view's todo column
|
/* cal day-view's todo column
|
||||||
*/
|
*/
|
||||||
.calDayToDos {
|
.calDayToDos {
|
||||||
width: 250px;
|
width: 240px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
/* header row
|
/* header row
|
||||||
*/
|
*/
|
||||||
.calDayTodosHeader {
|
.calDayTodosHeader {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
width: 250px;
|
width: 240px;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,39 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<!-- BEGIN matrix_query -->
|
<!-- 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>
|
<center>
|
||||||
<form action="{action_url}" method="post" name="matrixform">
|
<form action="{action_url}" method="post" name="matrixform">
|
||||||
<table border="0" width="98%">
|
<table border="0" width="98%">
|
||||||
@ -8,10 +42,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{rows}
|
{rows}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td colspan="2" align="center">
|
||||||
<table cellspacing="5"><tr>
|
<img src="" onClick="javascript:removeSelectedOptions('uicalendar_matrix_users')" width="100" height="100">
|
||||||
<td><input type="submit" value="{submit_button}"></td>
|
<input type="submit" value="{submit_button}">
|
||||||
</tr></table>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@ -20,7 +53,7 @@
|
|||||||
<!-- END matrix_query -->
|
<!-- END matrix_query -->
|
||||||
<!-- BEGIN list -->
|
<!-- BEGIN list -->
|
||||||
<tr bgcolor="{tr_color}">
|
<tr bgcolor="{tr_color}">
|
||||||
<td valign="top" width="35%"><b> {field}:</b></td>
|
<td valign="top" width="35%" align="right"><b> {field} : </b></td>
|
||||||
<td valign="top" width="65%">{data}</td>
|
<td valign="top" width="65%" align="left">{data}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END list -->
|
<!-- END list -->
|
||||||
|
@ -290,7 +290,7 @@ a.textSidebox
|
|||||||
|
|
||||||
#divAppboxHeader
|
#divAppboxHeader
|
||||||
{
|
{
|
||||||
/*width:100%;*/
|
/* width:100%; */
|
||||||
background-image:url(../images/appbox-header-background.png);
|
background-image:url(../images/appbox-header-background.png);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
height:36px;
|
height:36px;
|
||||||
@ -314,7 +314,7 @@ a.textSidebox
|
|||||||
|
|
||||||
#divAppbox
|
#divAppbox
|
||||||
{
|
{
|
||||||
/* width:100%;*/
|
/* width:100%;*/
|
||||||
background-color:#f7f7f7;
|
background-color:#f7f7f7;
|
||||||
padding:5px;
|
padding:5px;
|
||||||
border-bottom-color:#9c9c9c;
|
border-bottom-color:#9c9c9c;
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
<!-- BEGIN navbar_header -->
|
<!-- 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>
|
<div id="divLogo"><a href="{logo_url}" target="_top"><img src="{logo_file}" border="0" alt="eGroupWare"/></a></div>
|
||||||
|
|
||||||
{app_extra_icons_div}
|
{app_extra_icons_div}
|
||||||
|
|
||||||
|
|
||||||
<div id="divMain">
|
<div id="divMain">
|
||||||
<div id="divAppIconBar">
|
<div id="divAppIconBar">
|
||||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||||
@ -103,7 +103,6 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="sideboxSpace"></div>
|
<div class="sideboxSpace"></div>
|
||||||
<!-- END extra_blocks_footer -->
|
<!-- END extra_blocks_footer -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user