Skip to content

Commit

Permalink
basic
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Nov 8, 2020
1 parent e3594fd commit 68edb4a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions administrator/language/en-GB/en-GB.ini
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,14 @@ JFIELD_ALT_PAGE_TITLE_DESC="An optional alternative page title to set that will
JFIELD_ALT_PAGE_TITLE_LABEL="Alternative Page Title"
JFIELD_ASSET_ID_DESC="Asset ID"
JFIELD_ASSET_ID_LABEL="Asset ID"
JFIELD_BASIS_LOGIN_DESCRIPTION_DESC="Text to display on login page."
JFIELD_BASIS_LOGIN_DESCRIPTION_LABEL="Login Description Text"
JFIELD_BASIS_LOGIN_DESCRIPTION_SHOW_DESC="Show or hide login description."
JFIELD_BASIS_LOGIN_DESCRIPTION_SHOW_LABEL="Login Description"
JFIELD_BASIS_LOGOUT_DESCRIPTION_DESC="Text for logout page."
JFIELD_BASIS_LOGOUT_DESCRIPTION_LABEL="Logout Description Text"
JFIELD_BASIS_LOGOUT_DESCRIPTION_SHOW_DESC="Show or hide logout description."
JFIELD_BASIS_LOGOUT_DESCRIPTION_SHOW_LABEL="Logout Description"
JFIELD_BASIC_LOGIN_DESCRIPTION_DESC="Text to display on login page."
JFIELD_BASIC_LOGIN_DESCRIPTION_LABEL="Login Description Text"
JFIELD_BASIC_LOGIN_DESCRIPTION_SHOW_DESC="Show or hide login description."
JFIELD_BASIC_LOGIN_DESCRIPTION_SHOW_LABEL="Login Description"
JFIELD_BASIC_LOGOUT_DESCRIPTION_DESC="Text for logout page."
JFIELD_BASIC_LOGOUT_DESCRIPTION_LABEL="Logout Description Text"
JFIELD_BASIC_LOGOUT_DESCRIPTION_SHOW_DESC="Show or hide logout description."
JFIELD_BASIC_LOGOUT_DESCRIPTION_SHOW_LABEL="Logout Description"
JFIELD_CATEGORY_DESC="The category that this item is assigned to. You may select an existing category or enter a new category by typing the name in the field and pressing enter."
JFIELD_DISPLAY_READONLY_DESC="Whether to display the field on forms when read-only. Inherit defaults to value set in field group."
JFIELD_DISPLAY_READONLY_LABEL="Display When Read-Only"
Expand Down
22 changes: 11 additions & 11 deletions components/com_users/views/login/tmpl/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<field
name="logindescription_show"
type="list"
label="JFIELD_BASIS_LOGIN_DESCRIPTION_SHOW_LABEL"
description="JFIELD_BASIS_LOGIN_DESCRIPTION_SHOW_DESC"
label="JFIELD_BASIC_LOGIN_DESCRIPTION_SHOW_LABEL"
description="JFIELD_BASIC_LOGIN_DESCRIPTION_SHOW_DESC"
default="1"
class="chzn-color"
>
Expand All @@ -70,8 +70,8 @@
<field
name="login_description"
type="textarea"
label="JFIELD_BASIS_LOGIN_DESCRIPTION_LABEL"
description="JFIELD_BASIS_LOGIN_DESCRIPTION_DESC"
label="JFIELD_BASIC_LOGIN_DESCRIPTION_LABEL"
description="JFIELD_BASIC_LOGIN_DESCRIPTION_DESC"
rows="3"
cols="40"
filter="safehtml"
Expand All @@ -85,8 +85,8 @@
description="JFIELD_LOGIN_IMAGE_DESC"
/>

<field
name="spacer1"
<field
name="spacer1"
type="spacer"
hr="true"
/>
Expand Down Expand Up @@ -115,7 +115,7 @@
message="COM_USERS_FIELD_LOGOUT_REDIRECT_ERROR"
showon="logoutredirectchoice:0"
/>

<field
name="logout_redirect_menuitem"
type="modal_menu"
Expand All @@ -134,8 +134,8 @@
<field
name="logoutdescription_show"
type="list"
label="JFIELD_BASIS_LOGOUT_DESCRIPTION_SHOW_LABEL"
description="JFIELD_BASIS_LOGOUT_DESCRIPTION_SHOW_DESC"
label="JFIELD_BASIC_LOGOUT_DESCRIPTION_SHOW_LABEL"
description="JFIELD_BASIC_LOGOUT_DESCRIPTION_SHOW_DESC"
default="1"
class="chzn-color"
>
Expand All @@ -146,8 +146,8 @@
<field
name="logout_description"
type="textarea"
label="JFIELD_BASIS_LOGOUT_DESCRIPTION_LABEL"
description="JFIELD_BASIS_LOGOUT_DESCRIPTION_DESC"
label="JFIELD_BASIC_LOGOUT_DESCRIPTION_LABEL"
description="JFIELD_BASIC_LOGOUT_DESCRIPTION_DESC"
rows="3"
cols="40"
filter="safehtml"
Expand Down

0 comments on commit 68edb4a

Please sign in to comment.