Skip to content

Commit

Permalink
#1125 Allow users to be removed from profile again, update button color
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Apr 1, 2015
1 parent daf38ce commit d4aea99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Version {
const FORUM_VERSION = '0.8-dev';

// The Luna Core version
const FORUM_CORE_VERSION = '0.8.4087';
const FORUM_CORE_VERSION = '0.8.4090';

// The Luna Core code name
const FORUM_CODE_NAME = 'aero';
Expand Down
4 changes: 2 additions & 2 deletions themes/Luna/me-delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

?>

<form id="confirm_del_user" method="post" action="profile.php?id=<?php echo $id ?>">
<form id="confirm_del_user" method="post" action="settings.php?id=<?php echo $id ?>">
<fieldset>
<div class="panel panel-danger">
<div class="panel-heading">
<h3 class="panel-title"><?php echo $lang['Confirmation info'].' <strong>'.luna_htmlspecialchars($username).'</strong>' ?><span class="pull-right"><input type="submit" class="btn btn-primary" name="delete_user_comply" value="<?php echo $lang['Delete'] ?>" /></span></h3>
<h3 class="panel-title"><?php echo $lang['Confirmation info'].' <strong>'.luna_htmlspecialchars($username).'</strong>' ?><span class="pull-right"><input type="submit" class="btn btn-danger" name="delete_user_comply" value="<?php echo $lang['Delete'] ?>" /></span></h3>
</div>
<div class="panel-body">
<?php echo $lang['Delete warning'] ?>
Expand Down

0 comments on commit d4aea99

Please sign in to comment.