7913 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » $manager->setPluralTitle inconsistency?
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 153 Views |
-
$manager->setPluralTitle inconsistency?

5 November 2011 at 11:52pm
Hi,
I have been trying to change the title on the 'Add' button for uploads in ImageDataObjectManager. I had managed it for a data object using FileDataObjectManager, but whatever I tried it didn't work for ImageDOM
I had a look at the .ss templates and noticed the following difference:
FileDataObjectManager.ss
<span class="uploadlink"><img src="dataobject_manager/images/add.png" alt="" /><% _t('DataObjectManager.ADD','Add') %> $ButtonAddTitle</span>
ImageDataObjectManager.ss
<span class="uploadlink"><img src="dataobject_manager/images/add.png" alt="" /><% sprintf(_t('DataObjectManager.ADDITEM','Add %s',PR_MEDIUM,'Add [name]'),$AddTitle) %></span>
I've overridden the problem for now by coping the code from the top, but is this the reason that setPluralTitle doesn't work for me the same way?
Cheers.
| 153 Views | ||
|
Page:
1
|
Go to Top |

