diff --git a/administrator/components/com_contact/config.xml b/administrator/components/com_contact/config.xml index 0f008c4b6c294..380c505fca342 100644 --- a/administrator/components/com_contact/config.xml +++ b/administrator/components/com_contact/config.xml @@ -109,6 +109,7 @@ description="COM_CONTACT_FIELD_PARAMS_NAME_DESC" default="1" class="btn-group btn-group-yesno" + showon="show_info:1" > @@ -121,6 +122,7 @@ description="COM_CONTACT_FIELD_PARAMS_CONTACT_POSITION_DESC" default="1" class="btn-group btn-group-yesno" + showon="show_info:1" > @@ -133,6 +135,7 @@ description="COM_CONTACT_FIELD_PARAMS_CONTACT_E_MAIL_DESC" default="0" class="btn-group btn-group-yesno" + showon="show_info:1" > @@ -144,7 +147,7 @@ label="COM_CONTACT_FIELD_PARAMS_ADD_MAILTO_LINK_LABEL" description="COM_CONTACT_FIELD_PARAMS_ADD_MAILTO_LINK_DESC" class="btn-group btn-group-yesno" - showon="show_email:1" + showon="show_info:1[AND]show_email:1" default="1" > @@ -158,6 +161,7 @@ description="COM_CONTACT_FIELD_PARAMS_STREET_ADDRESS_DESC" default="1" class="btn-group btn-group-yesno" + showon="show_info:1" > @@ -170,6 +174,7 @@ description="COM_CONTACT_FIELD_PARAMS_TOWN-SUBURB_DESC" default="1" class="btn-group btn-group-yesno" + showon="show_info:1" > @@ -182,6 +187,7 @@ description="COM_CONTACT_FIELD_PARAMS_STATE-COUNTY_DESC" default="1" class="btn-group btn-group-yesno" + showon="show_info:1" > @@ -194,6 +200,7 @@ description="COM_CONTACT_FIELD_PARAMS_POST-ZIP_CODE_DESC" default="1" class="btn-group btn-group-yesno" + showon="show_info:1" > @@ -206,6 +213,7 @@ description="COM_CONTACT_FIELD_PARAMS_COUNTRY_DESC" default="1" class="btn-group btn-group-yesno" + showon="show_info:1" > @@ -218,6 +226,7 @@ description="COM_CONTACT_FIELD_PARAMS_TELEPHONE_DESC" default="1" class="btn-group btn-group-yesno" + showon="show_info:1" > @@ -230,6 +239,7 @@ description="COM_CONTACT_FIELD_PARAMS_MOBILE_DESC" default="1" class="btn-group btn-group-yesno" + showon="show_info:1" > @@ -242,6 +252,7 @@ description="COM_CONTACT_FIELD_PARAMS_FAX_DESC" default="1" class="btn-group btn-group-yesno" + showon="show_info:1" > @@ -254,6 +265,7 @@ description="COM_CONTACT_FIELD_PARAMS_WEBPAGE_DESC" default="1" class="btn-group btn-group-yesno" + showon="show_info:1" > @@ -266,6 +278,7 @@ description="COM_CONTACT_FIELD_PARAMS_SHOW_IMAGE_DESC" default="1" class="btn-group btn-group-yesno" + showon="show_info:1" > @@ -277,7 +290,7 @@ label="COM_CONTACT_FIELD_PARAMS_IMAGE_LABEL" description="COM_CONTACT_FIELD_PARAMS_IMAGE_DESC" default="" - showon="show_image:1" + showon="show_info:1[AND]show_image:1" /> @@ -513,6 +514,7 @@ description="COM_CONTACT_FIELD_PARAMS_CONTACT_POSITION_DESC" class="chzn-color" useglobal="true" + showon="show_info:1" > @@ -525,6 +527,7 @@ description="COM_CONTACT_FIELD_PARAMS_CONTACT_E_MAIL_DESC" class="chzn-color" useglobal="true" + showon="show_info:1" > @@ -537,6 +540,7 @@ description="COM_CONTACT_FIELD_PARAMS_ADD_MAILTO_LINK_DESC" class="chzn-color" useglobal="true" + showon="show_info:1" > @@ -549,6 +553,7 @@ description="COM_CONTACT_FIELD_PARAMS_STREET_ADDRESS_DESC" class="chzn-color" useglobal="true" + showon="show_info:1" > @@ -561,6 +566,7 @@ description="COM_CONTACT_FIELD_PARAMS_TOWN-SUBURB_DESC" class="chzn-color" useglobal="true" + showon="show_info:1" > @@ -573,6 +579,7 @@ description="COM_CONTACT_FIELD_PARAMS_STATE-COUNTY_DESC" class="chzn-color" useglobal="true" + showon="show_info:1" > @@ -585,6 +592,7 @@ description="COM_CONTACT_FIELD_PARAMS_POST-ZIP_CODE_DESC" class="chzn-color" useglobal="true" + showon="show_info:1" > @@ -597,6 +605,7 @@ description="COM_CONTACT_FIELD_PARAMS_COUNTRY_DESC" class="chzn-color" useglobal="true" + showon="show_info:1" > @@ -609,6 +618,7 @@ description="COM_CONTACT_FIELD_PARAMS_TELEPHONE_DESC" class="chzn-color" useglobal="true" + showon="show_info:1" > @@ -621,6 +631,7 @@ description="COM_CONTACT_FIELD_PARAMS_MOBILE_DESC" class="chzn-color" useglobal="true" + showon="show_info:1" > @@ -633,6 +644,7 @@ description="COM_CONTACT_FIELD_PARAMS_FAX_DESC" class="chzn-color" useglobal="true" + showon="show_info:1" > @@ -645,6 +657,7 @@ description="COM_CONTACT_FIELD_PARAMS_WEBPAGE_DESC" class="chzn-color" useglobal="true" + showon="show_info:1" > @@ -657,6 +670,7 @@ description="COM_CONTACT_FIELD_PARAMS_SHOW_IMAGE_DESC" class="chzn-color" useglobal="true" + showon="show_info:1" > diff --git a/components/com_contact/views/categories/tmpl/default.xml b/components/com_contact/views/categories/tmpl/default.xml index e1cda536fd6e4..4c3491cc9142c 100644 --- a/components/com_contact/views/categories/tmpl/default.xml +++ b/components/com_contact/views/categories/tmpl/default.xml @@ -402,6 +402,7 @@ label="COM_CONTACT_FIELD_PARAMS_NAME_LABEL" description="COM_CONTACT_FIELD_PARAMS_NAME_DESC" useglobal="true" + showon="show_info:1" > @@ -413,6 +414,7 @@ label="COM_CONTACT_FIELD_PARAMS_CONTACT_POSITION_LABEL" description="COM_CONTACT_FIELD_PARAMS_CONTACT_POSITION_DESC" useglobal="true" + showon="show_info:1" > @@ -424,6 +426,7 @@ label="JGLOBAL_EMAIL" description="COM_CONTACT_FIELD_PARAMS_CONTACT_E_MAIL_DESC" useglobal="true" + showon="show_info:1" > @@ -435,6 +438,7 @@ label="COM_CONTACT_FIELD_PARAMS_STREET_ADDRESS_LABEL" description="COM_CONTACT_FIELD_PARAMS_STREET_ADDRESS_DESC" useglobal="true" + showon="show_info:1" > @@ -446,6 +450,7 @@ description="COM_CONTACT_FIELD_PARAMS_TOWN-SUBURB_DESC" label="COM_CONTACT_FIELD_PARAMS_TOWN-SUBURB_LABEL" useglobal="true" + showon="show_info:1" > @@ -457,6 +462,7 @@ label="COM_CONTACT_FIELD_PARAMS_STATE-COUNTY_LABEL" description="COM_CONTACT_FIELD_PARAMS_STATE-COUNTY_DESC" useglobal="true" + showon="show_info:1" > @@ -468,6 +474,7 @@ label="COM_CONTACT_FIELD_PARAMS_POST-ZIP_CODE_LABEL" description="COM_CONTACT_FIELD_PARAMS_POST-ZIP_CODE_DESC" useglobal="true" + showon="show_info:1" > @@ -479,6 +486,7 @@ label="COM_CONTACT_FIELD_PARAMS_COUNTRY_LABEL" description="COM_CONTACT_FIELD_PARAMS_COUNTRY_DESC" useglobal="true" + showon="show_info:1" > @@ -490,6 +498,7 @@ label="COM_CONTACT_FIELD_PARAMS_TELEPHONE_LABEL" description="COM_CONTACT_FIELD_PARAMS_TELEPHONE_DESC" useglobal="true" + showon="show_info:1" > @@ -501,6 +510,7 @@ label="COM_CONTACT_FIELD_PARAMS_MOBILE_LABEL" description="COM_CONTACT_FIELD_PARAMS_MOBILE_DESC" useglobal="true" + showon="show_info:1" > @@ -512,6 +522,7 @@ label="COM_CONTACT_FIELD_PARAMS_FAX_LABEL" description="COM_CONTACT_FIELD_PARAMS_FAX_DESC" useglobal="true" + showon="show_info:1" > @@ -523,6 +534,7 @@ label="COM_CONTACT_FIELD_PARAMS_WEBPAGE_LABEL" description="COM_CONTACT_FIELD_PARAMS_WEBPAGE_DESC" useglobal="true" + showon="show_info:1" > @@ -534,6 +546,7 @@ label="COM_CONTACT_FIELD_PARAMS_IMAGE_LABEL" description="COM_CONTACT_FIELD_PARAMS_IMAGE_DESC" useglobal="true" + showon="show_info:1" > diff --git a/components/com_contact/views/category/tmpl/default.xml b/components/com_contact/views/category/tmpl/default.xml index bae8f28ccfd37..2e36abef29290 100644 --- a/components/com_contact/views/category/tmpl/default.xml +++ b/components/com_contact/views/category/tmpl/default.xml @@ -371,6 +371,7 @@ label="COM_CONTACT_FIELD_PARAMS_NAME_LABEL" description="COM_CONTACT_FIELD_PARAMS_NAME_DESC" useglobal="true" + showon="show_info:1" > @@ -382,6 +383,7 @@ label="COM_CONTACT_FIELD_PARAMS_CONTACT_POSITION_LABEL" description="COM_CONTACT_FIELD_PARAMS_CONTACT_POSITION_DESC" useglobal="true" + showon="show_info:1" > @@ -394,6 +396,7 @@ label="JGLOBAL_EMAIL" description="COM_CONTACT_FIELD_PARAMS_CONTACT_E_MAIL_DESC" useglobal="true" + showon="show_info:1" > @@ -405,6 +408,7 @@ label="COM_CONTACT_FIELD_PARAMS_STREET_ADDRESS_LABEL" description="COM_CONTACT_FIELD_PARAMS_STREET_ADDRESS_DESC" useglobal="true" + showon="show_info:1" > @@ -416,6 +420,7 @@ label="COM_CONTACT_FIELD_PARAMS_TOWN-SUBURB_LABEL" description="COM_CONTACT_FIELD_PARAMS_TOWN-SUBURB_DESC" useglobal="true" + showon="show_info:1" > @@ -427,6 +432,7 @@ label="COM_CONTACT_FIELD_PARAMS_STATE-COUNTY_LABEL" description="COM_CONTACT_FIELD_PARAMS_STATE-COUNTY_DESC" useglobal="true" + showon="show_info:1" > @@ -438,6 +444,7 @@ label="COM_CONTACT_FIELD_PARAMS_POST-ZIP_CODE_LABEL" description="COM_CONTACT_FIELD_PARAMS_POST-ZIP_CODE_DESC" useglobal="true" + showon="show_info:1" > @@ -449,6 +456,7 @@ label="COM_CONTACT_FIELD_PARAMS_COUNTRY_LABEL" description="COM_CONTACT_FIELD_PARAMS_COUNTRY_DESC" useglobal="true" + showon="show_info:1" > @@ -460,6 +468,7 @@ label="COM_CONTACT_FIELD_PARAMS_TELEPHONE_LABEL" description="COM_CONTACT_FIELD_PARAMS_TELEPHONE_DESC" useglobal="true" + showon="show_info:1" > @@ -471,6 +480,7 @@ label="COM_CONTACT_FIELD_PARAMS_MOBILE_LABEL" description="COM_CONTACT_FIELD_PARAMS_MOBILE_DESC" useglobal="true" + showon="show_info:1" > @@ -482,6 +492,7 @@ label="COM_CONTACT_FIELD_PARAMS_FAX_LABEL" description="COM_CONTACT_FIELD_PARAMS_FAX_DESC" useglobal="true" + showon="show_info:1" > @@ -493,6 +504,7 @@ label="COM_CONTACT_FIELD_PARAMS_WEBPAGE_LABEL" description="COM_CONTACT_FIELD_PARAMS_WEBPAGE_DESC" useglobal="true" + showon="show_info:1" > @@ -504,6 +516,7 @@ label="COM_CONTACT_FIELD_PARAMS_IMAGE_LABEL" description="COM_CONTACT_FIELD_PARAMS_IMAGE_DESC" useglobal="true" + showon="show_info:1" > diff --git a/components/com_contact/views/contact/tmpl/default.xml b/components/com_contact/views/contact/tmpl/default.xml index ce90a8572bfd2..c764423014472 100644 --- a/components/com_contact/views/contact/tmpl/default.xml +++ b/components/com_contact/views/contact/tmpl/default.xml @@ -99,6 +99,7 @@ label="COM_CONTACT_FIELD_PARAMS_NAME_LABEL" description="COM_CONTACT_FIELD_PARAMS_NAME_DESC" useglobal="true" + showon="show_info:1" > @@ -110,6 +111,7 @@ label="COM_CONTACT_FIELD_PARAMS_CONTACT_POSITION_LABEL" description="COM_CONTACT_FIELD_PARAMS_CONTACT_POSITION_DESC" useglobal="true" + showon="show_info:1" > @@ -121,6 +123,7 @@ label="JGLOBAL_EMAIL" description="COM_CONTACT_FIELD_PARAMS_CONTACT_E_MAIL_DESC" useglobal="true" + showon="show_info:1" > @@ -132,6 +135,7 @@ label="COM_CONTACT_FIELD_PARAMS_ADD_MAILTO_LINK_LABEL" description="COM_CONTACT_FIELD_PARAMS_ADD_MAILTO_LINK_DESC" useglobal="true" + showon="show_info:1" > @@ -143,6 +147,7 @@ label="COM_CONTACT_FIELD_PARAMS_STREET_ADDRESS_LABEL" description="COM_CONTACT_FIELD_PARAMS_STREET_ADDRESS_DESC" useglobal="true" + showon="show_info:1" > @@ -154,6 +159,7 @@ label="COM_CONTACT_FIELD_PARAMS_TOWN-SUBURB_LABEL" description="COM_CONTACT_FIELD_PARAMS_TOWN-SUBURB_DESC" useglobal="true" + showon="show_info:1" > @@ -165,6 +171,7 @@ label="COM_CONTACT_FIELD_PARAMS_STATE-COUNTY_LABEL" description="COM_CONTACT_FIELD_PARAMS_STATE-COUNTY_DESC" useglobal="true" + showon="show_info:1" > @@ -176,6 +183,7 @@ label="COM_CONTACT_FIELD_PARAMS_POST-ZIP_CODE_LABEL" description="COM_CONTACT_FIELD_PARAMS_POST-ZIP_CODE_DESC" useglobal="true" + showon="show_info:1" > @@ -187,6 +195,7 @@ label="COM_CONTACT_FIELD_PARAMS_COUNTRY_LABEL" description="COM_CONTACT_FIELD_PARAMS_COUNTRY_DESC" useglobal="true" + showon="show_info:1" > @@ -198,6 +207,7 @@ label="COM_CONTACT_FIELD_PARAMS_TELEPHONE_LABEL" description="COM_CONTACT_FIELD_PARAMS_TELEPHONE_DESC" useglobal="true" + showon="show_info:1" > @@ -209,6 +219,7 @@ label="COM_CONTACT_FIELD_PARAMS_MOBILE_LABEL" description="COM_CONTACT_FIELD_PARAMS_MOBILE_DESC" useglobal="true" + showon="show_info:1" > @@ -220,6 +231,7 @@ label="COM_CONTACT_FIELD_PARAMS_FAX_LABEL" description="COM_CONTACT_FIELD_PARAMS_FAX_DESC" useglobal="true" + showon="show_info:1" > @@ -231,6 +243,7 @@ label="COM_CONTACT_FIELD_PARAMS_WEBPAGE_LABEL" description="COM_CONTACT_FIELD_PARAMS_WEBPAGE_DESC" useglobal="true" + showon="show_info:1" > @@ -242,6 +255,7 @@ label="COM_CONTACT_FIELD_PARAMS_IMAGE_LABEL" description="COM_CONTACT_FIELD_PARAMS_IMAGE_DESC" useglobal="true" + showon="show_info:1" > diff --git a/components/com_contact/views/featured/tmpl/default.xml b/components/com_contact/views/featured/tmpl/default.xml index 4c45b4584488a..ff4de7091c69c 100644 --- a/components/com_contact/views/featured/tmpl/default.xml +++ b/components/com_contact/views/featured/tmpl/default.xml @@ -201,6 +201,7 @@ label="COM_CONTACT_FIELD_PARAMS_NAME_LABEL" description="COM_CONTACT_FIELD_PARAMS_NAME_DESC" useglobal="true" + showon="show_info:1" > @@ -212,6 +213,7 @@ label="COM_CONTACT_FIELD_PARAMS_CONTACT_POSITION_LABEL" description="COM_CONTACT_FIELD_PARAMS_CONTACT_POSITION_DESC" useglobal="true" + showon="show_info:1" > @@ -224,6 +226,7 @@ label="JGLOBAL_EMAIL" description="COM_CONTACT_FIELD_PARAMS_CONTACT_E_MAIL_DESC" useglobal="true" + showon="show_info:1" > @@ -235,6 +238,7 @@ label="COM_CONTACT_FIELD_PARAMS_STREET_ADDRESS_LABEL" description="COM_CONTACT_FIELD_PARAMS_STREET_ADDRESS_DESC" useglobal="true" + showon="show_info:1" > @@ -246,6 +250,7 @@ label="COM_CONTACT_FIELD_PARAMS_TOWN-SUBURB_LABEL" description="COM_CONTACT_FIELD_PARAMS_TOWN-SUBURB_DESC" useglobal="true" + showon="show_info:1" > @@ -257,6 +262,7 @@ label="COM_CONTACT_FIELD_PARAMS_STATE-COUNTY_LABEL" description="COM_CONTACT_FIELD_PARAMS_STATE-COUNTY_DESC" useglobal="true" + showon="show_info:1" > @@ -268,6 +274,7 @@ label="COM_CONTACT_FIELD_PARAMS_POST-ZIP_CODE_LABEL" description="COM_CONTACT_FIELD_PARAMS_POST-ZIP_CODE_DESC" useglobal="true" + showon="show_info:1" > @@ -279,6 +286,7 @@ label="COM_CONTACT_FIELD_PARAMS_COUNTRY_LABEL" description="COM_CONTACT_FIELD_PARAMS_COUNTRY_DESC" useglobal="true" + showon="show_info:1" > @@ -290,6 +298,7 @@ label="COM_CONTACT_FIELD_PARAMS_TELEPHONE_LABEL" description="COM_CONTACT_FIELD_PARAMS_TELEPHONE_DESC" useglobal="true" + showon="show_info:1" > @@ -301,6 +310,7 @@ label="COM_CONTACT_FIELD_PARAMS_MOBILE_LABEL" description="COM_CONTACT_FIELD_PARAMS_MOBILE_DESC" useglobal="true" + showon="show_info:1" > @@ -312,6 +322,7 @@ label="COM_CONTACT_FIELD_PARAMS_FAX_LABEL" description="COM_CONTACT_FIELD_PARAMS_FAX_DESC" useglobal="true" + showon="show_info:1" > @@ -323,6 +334,7 @@ label="COM_CONTACT_FIELD_PARAMS_WEBPAGE_LABEL" description="COM_CONTACT_FIELD_PARAMS_WEBPAGE_DESC" useglobal="true" + showon="show_info:1" > @@ -334,6 +346,7 @@ label="COM_CONTACT_FIELD_PARAMS_IMAGE_LABEL" description="COM_CONTACT_FIELD_PARAMS_IMAGE_DESC" useglobal="true" + showon="show_info:1" >