Skip to content

Commit

Permalink
Dev: replaced $surveybar by $token_bar
Browse files Browse the repository at this point in the history
  • Loading branch information
louis committed Oct 5, 2015
1 parent f391ec4 commit 4abc5a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/token/token_bar.php
Expand Up @@ -149,7 +149,7 @@

<!-- Save buttons -->
<?php if(isset($token_bar['savebutton']['form'])):?>
<a class="btn btn-success" href="#" role="button" id="save-button" data-use-form-id="<?php if (isset($surveybar['savebutton']['useformid'])){ echo '1';}?>" data-form-to-save="<?php if (is_string($surveybar['savebutton']['form'])) {echo $surveybar['savebutton']['form']; }?>">
<a class="btn btn-success" href="#" role="button" id="save-button" data-use-form-id="<?php if (isset($token_bar['savebutton']['useformid'])){ echo '1';}?>" data-form-to-save="<?php if (is_string($token_bar['savebutton']['form'])) {echo $token_bar['savebutton']['form']; }?>">
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
<?php eT("Save");?>
</a>
Expand Down
Binary file added images/lime-icons/328637/blank.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4abc5a0

Please sign in to comment.