Skip to content

Commit

Permalink
#19 add option for free tab name
Browse files Browse the repository at this point in the history
  • Loading branch information
Berges yannick committed Apr 15, 2015
1 parent 640c871 commit 72564a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions language/en-GB/en-GB.mod_flexiadmin.ini
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ FLEXI_ADMIN_FREE_BUTTON_ITEM_10="Free button 10"
FLEXI_ADMIN_FREE_NAME_BUTTON="Free name button"
FLEXI_ADMIN_FREE_LINK="Free link"
FLEXI_ADMIN_ICON="Free icon"
FLEXI_ADMIN_FREE_TAB_NAME="Other action"
FLEXI_ADMIN_FREE_TAB_NAME_2="Name of tab"
FLEXI_ADMIN_FREE_TAB_NAME_2_DESC="Tip name of tab, empty this field to default value"



Expand Down
3 changes: 3 additions & 0 deletions language/fr-FR/fr-FR.mod_flexiadmin.ini
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ FLEXI_ADMIN_FREE_BUTTON_ITEM_10="Bouton libre 10"
FLEXI_ADMIN_FREE_NAME_BUTTON="Nom du bouton"
FLEXI_ADMIN_FREE_LINK="Lien"
FLEXI_ADMIN_ICON="Icone"
FLEXI_ADMIN_FREE_TAB_NAME="Autres actions"
FLEXI_ADMIN_FREE_TAB_NAME_2="Nom de l'onglet"
FLEXI_ADMIN_FREE_TAB_NAME_2_DESC="Saisir le nom de l'onglet, vider ce champ pour avoir la valeur par défaut"



Expand Down
2 changes: 2 additions & 0 deletions mod_flexiadmin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,8 @@
</fieldset>
<fieldset name="free_tab" label="FLEXI_ADMIN_FREE_TAB" description="FLEXI_ADMIN_FREE_TAB_DESC" level="level1">
<field name="" type="separator" default="FLEXI_ADMIN_FREE_BUTTON_ITEM_1" level="level2" />

<field name="freenametab" type="text" default="FLEXI_ADMIN_FREE_TAB_NAME" label="FLEXI_ADMIN_FREE_TAB_NAME_2" description="FLEXI_ADMIN_FREE_TAB_NAME_2_DESC" />
<field name="dispf1" label="" type="radio" default="0" class="btn-group btn-group-yesno">
<option value="1">JYES</option>
<option value="0">JNO</option>
Expand Down

0 comments on commit 72564a1

Please sign in to comment.