Přidána agenda Budovy.

This commit is contained in:
2014-05-12 08:36:00 +02:00
parent 8939b24ff1
commit 1f1f053675
16 changed files with 320 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
<menubar orient="vertical">
<menuitem label="Uživatelé" href="/admin/users" width="120px"/>
<menuitem label="Střediska" href="/admin/users" disabled="${not sec:isAllGranted('ROLE_ADMIN')}"/>
<menuitem label="Budovy" href="/admin/users"/>
<menuitem label="${labels.AgendaBuildings}" href="/buildings"/>
<menuitem label="Místnosti" href="/admin/users"/>
</menubar>
</tabpanel>
+24 -4
View File
@@ -1,10 +1,15 @@
body {
/*body {
font-family: sans-serif;
}*/
#container {
min-height:100%;
position:relative;
}
#header{
width: auto;
height:70px;
height:40px;
border: 1px solid #ccc;
padding:10px;
}
@@ -23,15 +28,30 @@ body {
#maincolumn{
padding:10px;
padding-bottom:20px; /* Height of the footer */
margin: 0px 0px 0px 160px;
border: 1px solid #ccc;
}
#footer{
clear:both;
width:auto;
position:absolute;
bottom:0;
width:100%;
height:20px; /* Height of the footer */
border: 1px solid #ccc;
}
.form-caption {
--1overflow:hidden;
font-weight: bold;
font-size: 20px;
}
/*aaa*/
.form-caption-content {
float:left;
}
/*
a:link,a:visited {
font-size: 12px;