Subversion Repositories wimsdev

Rev

Rev 14783 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
14777 guerimand 1
!if $error!=$empty
2
  !exit
3
!endif
4
 
5
!! --- warning this css do not move (if needed to move replace script in viewpage.proc should replace word dropdown-pane by another key word to isolate copy screen
6
!! from normal screen. best is to contact FG)
7
<style>
8
.dropdown-pane {
9
visibility: hidden;
10
display: none;
11
}
12
</style>
13
!! --- end css
14
 
15
<div class="field box fullwidth">
16
$page_content
17
</div>
18