Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Fix #1 #15
Browse files Browse the repository at this point in the history
See #10
  • Loading branch information
deshack committed Jul 5, 2014
1 parent 1140b8b commit 17cabad
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 432 deletions.
3 changes: 3 additions & 0 deletions admin/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,7 @@ function install_validate() {
$error = true;
}

if ( $error === false ) {
$result = kyss_install( $name, $admin_name, $admin_surname, $admin_email, slash( $admin_password ) );
}
}
14 changes: 7 additions & 7 deletions admin/setup-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ function setup_config_header() {

// Load required stylesheets
kyss_css( 'install', true );
kyss_css( 'buttons', true );
kyss_css( 'forms', true );
?>
</head>
<body>
Expand Down Expand Up @@ -196,11 +194,13 @@ function setup_config_second() {
<input name="dbuser" id="dbuser" type="text" size="25"<?php echo $dbuser; ?> />

<label for="dbpass">Database Password</label>
<div class="input-group">
<input name="dbpass" id="dbpass" type="password" size="25" autocomplete="off" />
<span class="addon">
<button type="button" id="show-button">Mostra</button>
</span>
<div class="row collapse">
<div class="small-9 columns">
<input name="dbpass" id="dbpass" type="password" size="25" autocomplete="off" />
</div>
<div class="small-3 columns">
<button class="postfix" type="button" id="show-button">Mostra</button>
</div>
</div>

<label for="dbname">Nome Database</label>
Expand Down
80 changes: 0 additions & 80 deletions assets/css/buttons.css

This file was deleted.

Loading

0 comments on commit 17cabad

Please sign in to comment.