mirror of
https://github.com/Mibew/design.git
synced 2025-02-02 15:24:43 +03:00
preview templates in separate windows with concrete size
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@182 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
f90a934457
commit
2210dd8ed4
@ -69,7 +69,7 @@
|
|||||||
<tr><td colspan="3" height="10"></td></tr>
|
<tr><td colspan="3" height="10"></td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3" class="formauth"><?php echo htmlspecialchars($pp['label']) ?>
|
<td colspan="3" class="formauth"><?php echo htmlspecialchars($pp['label']) ?>
|
||||||
<a href="<?php echo $page['showlink'] ?><?php echo $pp['id'] ?>" target="_blank">link</a>
|
<a href="<?php echo $page['showlink'] ?><?php echo $pp['id'] ?>" target="_blank" title="in separate window" onclick="this.newWindow = window.open('<?php echo $page['showlink'] ?><?php echo $pp['id'] ?>', '<?php echo $pp['id'] ?>', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,width=<?php echo $pp['w'] ?>,height=<?php echo $pp['h'] ?>,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;">link</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td colspan="3" height="7"></td></tr>
|
<tr><td colspan="3" height="7"></td></tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user