Last change
on this file since 9224 was
8479,
checked in by Gotcha, 14 years ago
|
Returns and correction of the jQuery (thank you cljosse) in the header
bug:2065
|
File size:
475 bytes
|
Line | |
---|
1 | {html_head} |
---|
2 | {known_script id="jquery.ui" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.core.packed.js"} |
---|
3 | {/html_head} |
---|
4 | |
---|
5 | <div class="cf-button"> |
---|
6 | <input type="button" value="{'cf_hide'|@translate}" onclick="hide('cf_messages');"> |
---|
7 | </div> |
---|
8 | {literal} |
---|
9 | <script type="text/javascript"> |
---|
10 | function hide(id) { |
---|
11 | var element = document.getElementById(id); |
---|
12 | if (null != element) { |
---|
13 | element.style.visibility = 'hidden'; |
---|
14 | element.style.display = 'none'; |
---|
15 | } |
---|
16 | } |
---|
17 | </script> |
---|
18 | {/literal} |
---|
Note: See
TracBrowser
for help on using the repository browser.