-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Add image on contact category list #8580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
drmenzelit
wants to merge
12
commits into
joomla:staging
from
drmenzelit:image-contact-category-list
Closed
Changes from 4 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
08bf7ac
Add image on contact category list
drmenzelit b7473bb
Correct some lines
drmenzelit 133f3bf
Correct code style
drmenzelit 7274628
Change language variable name ending with _1
drmenzelit 2a8f4f4
Language file corrections
drmenzelit b7c592f
Preparing for Joomla 3.5
drmenzelit e011474
Merge branch 'master' into image-contact-category-list
drmenzelit 3911b98
Remove width parameter
drmenzelit e1ea681
Merge branch 'master' into image-contact-category-list
drmenzelit 03567ab
Merge branch 'staging' into image-contact-category-list
drmenzelit 5ec231c
Revert installation folder
drmenzelit 23c587d
Still reverting
drmenzelit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,6 +56,12 @@ COM_CONTACT_FIELD_CONFIG_FAX_DESC="Show or hide a Fax column in the list of Cont | |
| COM_CONTACT_FIELD_CONFIG_FAX_LABEL="Fax" | ||
| COM_CONTACT_FIELD_CONFIG_INDIVIDUAL_CONTACT_DESC="These settings apply for single Contact unless they are changed for a specific menu item or Contact." | ||
| COM_CONTACT_FIELD_CONFIG_INDIVIDUAL_CONTACT_DISPLAY="Contact" | ||
| COM_CONTACT_FIELD_SHOW_LIST_COLS_DESC="Select the width of the columns for image, description and extras (Bootstrap)" | ||
| COM_CONTACT_FIELD_SHOW_LIST_COLS_LABEL="Columns width (Bootstrap)" | ||
| COM_CONTACT_FIELD_SHOW_LIST_COLS_SMALL="2,7,3" | ||
| COM_CONTACT_FIELD_SHOW_LIST_COLS_WIDE="3,6,3" | ||
| COM_CONTACT_FIELD_CONFIG_SHOW_IMAGE_LABEL="Image" | ||
| COM_CONTACT_FIELD_CONFIG_SHOW_IMAGE_DESC="Show or hide a Image column in the list of Contacts." | ||
|
||
| COM_CONTACT_FIELD_CONFIG_MOBILE_DESC="Show or hide show a Mobile column in the list of Contacts." | ||
| COM_CONTACT_FIELD_CONFIG_MOBILE_LABEL="Mobile" | ||
| COM_CONTACT_FIELD_CONFIG_PHONE_DESC="Show or hide a Phone column in the list of Contacts." | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be Column not columns