Merge pull request #112 from silverstripe-big-o/Trac-7266-sync-files-icon

ENHANCEMENT:Trac 7266 - added an icon to the 'sync files' button in Asse...
This commit is contained in:
Ingo Schommer 2012-05-03 02:24:15 -07:00
commit f8abcd8fa5

View File

@ -191,7 +191,7 @@ JS
$syncButton = new LiteralField(
'SyncButton',
sprintf(
'<a class="ss-ui-button ss-ui-action ui-button-text-icon-primary ss-ui-button-ajax" title="%s" href="%s">%s</a>',
'<a class="ss-ui-button ss-ui-action ui-button-text-icon-primary ss-ui-button-ajax" data-icon="arrow-circle-double" title="%s" href="%s">%s</a>',
_t('AssetAdmin.FILESYSTEMSYNCTITLE', 'Update the CMS database entries of files on the filesystem. Useful when new files have been uploaded outside of the CMS, e.g. through FTP.'),
$this->Link('doSync'),
_t('FILESYSTEMSYNC','Sync files')