Last change
on this file since 29606 was
11344,
checked in by nikrou, 13 years ago
|
Remove dependency to swfObject
Allow admin to use animation in main menu
|
File size:
1.1 KB
|
Line | |
---|
1 | <p>{'You can choose to add cumulus tag cloud in menu. You can define tags cloud position in the main menu by choosing its position related to another block'|@translate}</p> |
---|
2 | <form action="" method="post" class="general"> |
---|
3 | <fieldset> |
---|
4 | <legend>{'Tags cloud in main menu?'|@translate}</legend> |
---|
5 | <p class="field"> |
---|
6 | <label>{'Add tags cloud in main menu'|@translate} |
---|
7 | <input type="checkbox" name="pwg_cumulus_in_main_menu" value="1" |
---|
8 | {if $PWG_CUMULUS_IN_MAIN_MENU} checked="checked"{/if}> |
---|
9 | </label> |
---|
10 | <span class="info">({'Check the checkbox to add tags cloud in main menu'|@translate})</span> |
---|
11 | </p> |
---|
12 | </fieldset> |
---|
13 | <fieldset> |
---|
14 | <legend>{'Position'|@translate}</legend> |
---|
15 | <p class="field-position"> |
---|
16 | {html_radios name="position_order" options=$POSITIONS selected=$POSITION_ORDER} |
---|
17 | <span> {'block'|@translate} </span> |
---|
18 | <select name="position_block_id"> |
---|
19 | <option value=""></option> |
---|
20 | {html_options options=$MENUBAR_BLOCKS selected=$POSITION_BLOCK_ID} |
---|
21 | </select> |
---|
22 | </p> |
---|
23 | </fieldset> |
---|
24 | <p><input class="submit" type="submit" name="submit" value="{'Submit'|@translate}"></p> |
---|
25 | </form> |
---|
26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.