Added "open links in new window" to main menu and links module

Added cache destroy when for portal_modules when installing portal
This commit is contained in:
Marc Alexander
2011-05-11 14:09:33 +02:00
parent 8946ead961
commit 9bb57606b3
13 changed files with 56 additions and 5 deletions

View File

@@ -111,7 +111,24 @@
<!-- ENDIF -->
</fieldset>
<!-- ENDIF -->
<!-- BEGIN options -->
<!-- IF options.S_LEGEND -->
<!-- IF not options.S_FIRST_ROW -->
</fieldset>
<!-- ENDIF -->
<fieldset>
<legend>{options.LEGEND}</legend>
<!-- ELSE -->
<dl>
<dt><label for="{options.KEY}">{options.TITLE}:</label><!-- IF options.S_EXPLAIN --><br /><span>{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
<dd>{options.CONTENT}</dd>
</dl>
<!-- ENDIF -->
<!-- BEGINELSE -->
<fieldset>
<!-- END options -->
<fieldset class="tabulated">
<legend>{L_ACP_PORTAL_LINKS}</legend>
@@ -151,6 +168,7 @@
</p>
{S_FORM_TOKEN}
</fieldset>
</fieldset>
</form>
<!-- ENDIF -->

View File

@@ -118,7 +118,24 @@
<!-- ENDIF -->
</fieldset>
<!-- ENDIF -->
<!-- BEGIN options -->
<!-- IF options.S_LEGEND -->
<!-- IF not options.S_FIRST_ROW -->
</fieldset>
<!-- ENDIF -->
<fieldset>
<legend>{options.LEGEND}</legend>
<!-- ELSE -->
<dl>
<dt><label for="{options.KEY}">{options.TITLE}:</label><!-- IF options.S_EXPLAIN --><br /><span>{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
<dd>{options.CONTENT}</dd>
</dl>
<!-- ENDIF -->
<!-- BEGINELSE -->
<fieldset>
<!-- END options -->
<fieldset class="tabulated">
<legend>{L_ACP_PORTAL_LINKS}</legend>
@@ -158,6 +175,7 @@
</p>
{S_FORM_TOKEN}
</fieldset>
</fieldset>
</form>
<!-- ENDIF -->