Skip to content

Commit

Permalink
Merge pull request #112 from silverstripe-big-o/Trac-7266-sync-files-…
Browse files Browse the repository at this point in the history
…icon

ENHANCEMENT:Trac 7266 - added an icon to the 'sync files' button in Asse...
  • Loading branch information
chillu committed May 3, 2012
2 parents 3f57aa0 + 3cdca3e commit f8abcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/AssetAdmin.php
Expand Up @@ -191,7 +191,7 @@ public function getEditForm($id = null, $fields = null) {
$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')
Expand Down

0 comments on commit f8abcd8

Please sign in to comment.