Changeset 576
- Timestamp:
- Sep 4, 2013, 10:28:40 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Wiki/Wiki.php
r575 r576 47 47 'Permission' => LICENCE_ANONYMOUS, 48 48 'Icon' => '', 49 ), 2);49 ), 6); 50 50 } 51 51 } … … 93 93 $Output .= $DbRow2['Content']; 94 94 if($this->System->User->Licence(LICENCE_MODERATOR)) 95 $Output .= '< div><a href="?Action=Edit">Upravit</a> <a href="?Action=History">Historie</a></div>';95 $Output .= '<hr><div><a href="?Action=Edit">Upravit</a> <a href="?Action=History">Historie</a></div>'; 96 96 } else $Output = ShowMessage('Wiki stránka nenalezena', MESSAGE_CRITICAL); 97 97 } -
trunk/includes/Version.php
r575 r576 1 1 <?php 2 2 3 $Revision = 57 5; // Subversion revision3 $Revision = 576; // Subversion revision 4 4 $DatabaseRevision = 574; // Database structure revision 5 $ReleaseTime = '2013-0 8-27';5 $ReleaseTime = '2013-09-04'; -
trunk/style/style.css
r560 r576 70 70 } 71 71 72 73 74 75 76 77 78 79 80 72 .verticalmenu li, .verticalmenua 73 { 74 display: block; 75 font-family: Verdana, Arial, Helvetica, sans-serif; 76 font-size: 93%; 77 font-weight: bold; 78 color: #9A1212; 79 text-decoration: none; 80 text-align: left; 81 81 82 width: 120px;83 height: 18px;84 85 82 /*width: 120px;*/ 83 /*height: 18px;*/ 84 /*background: url('menuhover.gif') no-repeat;*/ 85 } 86 86 87 87 .verticalmenu a:hover … … 93 93 #banner 94 94 { 95 height: 75px;95 height: 75px; 96 96 text-align: center; 97 97 background: url('../images/header3.jpg') repeat bottom; … … 177 177 .menu 178 178 { 179 width: 100px;179 width: 9em; 180 180 vertical-align: top; 181 181 padding: 4px; … … 188 188 .menu2 189 189 { 190 width: 1 80px;190 width: 12em; 191 191 vertical-align: top; 192 192 padding: 4px; … … 224 224 { 225 225 overflow: auto; 226 width: 1 80px;226 width: 100%; 227 227 height: 1000px; 228 228 font-size: 80%;
Note:
See TracChangeset
for help on using the changeset viewer.