Skip to content

Commit

Permalink
Merge branch 'integration' of git://github.com/symphonycms/jit_image_…
Browse files Browse the repository at this point in the history
…manipulation into integration
  • Loading branch information
brendo committed Jan 12, 2014
2 parents 31920a9 + 3926b8a commit 1f5a2cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extension.driver.php
Expand Up @@ -383,9 +383,8 @@ public function appendPreferences($context){

// recipes duplicator
$group->appendChild(new XMLElement('p', __('Recipes'), array('class' => 'label')));
$div = new XMLElement('div', null, array('class' => 'frame'));
$div = new XMLElement('div', null, array('class' => 'frame jit-duplicator'));
$duplicator = new XMLElement('ol');
$duplicator->setAttribute('class', 'jit-duplicator');
$duplicator->setAttribute('data-add', __('Add recipe'));
$duplicator->setAttribute('data-remove', __('Remove recipe'));

Expand Down

0 comments on commit 1f5a2cf

Please sign in to comment.