Interface fix: hide 'structured box' when no linked tags
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@48 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
fd6dca8104
commit
81476e1194
@ -101,6 +101,7 @@ if ($currenttag) {
|
|||||||
?>
|
?>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
<?php if(count($explodedTags)>0):?>
|
||||||
|
|
||||||
<div id="linked">
|
<div id="linked">
|
||||||
<table>
|
<table>
|
||||||
@ -146,3 +147,5 @@ if ($currenttag) {
|
|||||||
?>
|
?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php endif?>
|
||||||
|
Loading…
Reference in New Issue
Block a user