custom_add_another.info |
custom_add_another.info |
|
name = Custom add another
description = "Allows modification of the 'Add another item' button on fields"
package = Fields
dependencies[] = field (>=7.8)
core = 7.x |
custom_add_another.install |
custom_add_another.install |
|
Contains update functions for Custom add another. |
custom_add_another.module |
custom_add_another.module |
|
Allows the 'Add another item' button text to be customised. |
i18n_custom_add_another.info |
i18n_custom_add_another/i18n_custom_add_another.info |
|
name = Custom add another translation
description = Provides i18n field integration for Custom add another module
package = Multilingual - Internationalization
core = 7.x
dependencies[] = custom_add_another
dependencies[] = i18n_field
; Ensure that… |
i18n_custom_add_another.module |
i18n_custom_add_another/i18n_custom_add_another.module |
|
Custom add another i18n integration. |
i18n_custom_add_another.test |
i18n_custom_add_another/i18n_custom_add_another.test |
|
Test case for multilingual fields. |
i18n_custom_add_another_testing.info |
i18n_custom_add_another/tests/i18n_custom_add_another_testing.info |
|
name = Custom add another i18n testing
package = Fields
core = 7.x
dependencies[] = i18n_custom_add_another
hidden = true |
i18n_custom_add_another_testing.module |
i18n_custom_add_another/tests/i18n_custom_add_another_testing.module |
|
|
README.txt |
README.txt |
|
Custom add another
==================
This is a very simple module that allows you to customise the text of the 'Add another item' button on multi-valued fields.
If your field supports 'unlimited' values then you are offered the… |