Skip to content

Commit

Permalink
Create modal toolbar button layout
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrezdev committed Jun 26, 2016
1 parent dc07723 commit c3f29d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/joomla/toolbar/modal
Expand Up @@ -17,6 +17,6 @@ $icon = isset($displayData['icon']) ? $displayData['icon'] : 'out-3';
$title = isset($displayData['title']) ? $displayData['title'] : '';
?>
<button class="<?php echo $class; ?>" data-toggle="modal" data-target="#<?php echo $selector; ?>">
<span class="icon-<?php echo $icon_class; ?>" title="<?php echo $selector; ?>"></span>
<span class="icon-<?php echo $icon; ?>" title="<?php echo $selector; ?>"></span>
<?php echo $title; ?>
</button>

0 comments on commit c3f29d8

Please sign in to comment.