* adjust task #2304.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
.file-content fieldset .files-list{font-size:25px;}
|
||||
.file-content fieldset .files-list i.icon-file-text{font-size:25px;}
|
||||
.file-content fieldset .files-list{font-size:16px;}
|
||||
.file-content fieldset .files-list i.icon-file-text{font-size:16px;}
|
||||
#url-content{v:expressio !important}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$(function()
|
||||
{
|
||||
var outerH =$('.outer').css('min-height').replace('px', '');
|
||||
$('#url-content').height(outerH - 180);
|
||||
})
|
||||
{
|
||||
var outerH =$('.outer').css('min-height').replace('px', '');
|
||||
$('#url-content').height(outerH - 180);
|
||||
})
|
||||
|
||||
@@ -53,7 +53,8 @@
|
||||
<legend><?php echo $lang->doc->url;?></legend>
|
||||
<div>
|
||||
<?php echo html::a(urldecode($doc->url), '', '_blank');?>
|
||||
<iframe src='<?php echo urldecode($doc->url);?>' width='100%'frameborder='0' id='url-content'></iframe>
|
||||
<!-- Remove referer -->
|
||||
<iframe src="javascript:location.replace('<?php echo urldecode($doc->url);?>' + (parent.location.hash||''))" width='100%'frameborder='0' id='url-content'></iframe>
|
||||
</div>
|
||||
</fieldset>
|
||||
<?php endif;?>
|
||||
|
||||
Reference in New Issue
Block a user