Skip to content

Commit

Permalink
Dev: first steps modal
Browse files Browse the repository at this point in the history
  • Loading branch information
louis committed Oct 5, 2015
1 parent 8be4006 commit 7094403
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/super/welcome.php
Expand Up @@ -57,7 +57,7 @@
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal"><?php eT('Close');?></button>
<button type="button" class="btn btn-primary"><?php eT('Create a new survey');?></button>
<a href="<?php echo $this->createUrl("admin/survey/sa/newsurvey") ?>" class="btn btn-primary"><?php eT('Create a new survey');?></a>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
Expand Down
4 changes: 4 additions & 0 deletions styles/limebootstrap/assets/css/lime-admin.css
Expand Up @@ -485,6 +485,10 @@ div.panel.disabled a{

}

#welcomeModal {
z-index: 20000;
}

/**
* User control
*/
Expand Down

0 comments on commit 7094403

Please sign in to comment.