hide buglink
This commit is contained in:
parent
f5657e283c
commit
b7aa259c67
|
@ -191,5 +191,4 @@ span.oembed, h4 {
|
|||
.fbrowser.file .photo-album-image-wrapper { float:none; white-space: nowrap; }
|
||||
.fbrowser.file img { display: inline; }
|
||||
.fbrowser.file p { display: inline; white-space: nowrap; }
|
||||
|
||||
.fbrowser .upload { clear: both; padding-top: 1em;}
|
||||
.fbrowser .upload { clear: both; padding-top: 1em;}
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
This is the template used by mod/fbrowser.php when is called from plain text editor.
|
||||
See also 'filebrowser.tpl'
|
||||
-->
|
||||
|
||||
<style>
|
||||
#buglink_wrapper{display:none;} /* hide buglink. only in this page */
|
||||
</style>
|
||||
<script type="text/javascript" src="{{$baseurl}}/js/ajaxupload.js" ></script>
|
||||
<script type="text/javascript" src="{{$baseurl}}/js/filebrowser.js"></script>
|
||||
<script>
|
||||
|
|
Loading…
Reference in a new issue