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>
|
||||
|
||||
<?php if(count($explodedTags)>0):?>
|
||||
|
||||
<div id="linked">
|
||||
<table>
|
||||
@ -146,3 +147,5 @@ if ($currenttag) {
|
||||
?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php endif?>
|
||||
|
Loading…
Reference in New Issue
Block a user