Changeset 5408 for trunk/admin
- Timestamp:
- Mar 27, 2010, 9:49:52 PM (15 years ago)
- Location:
- trunk/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions_install.inc.php
r5387 r5408 147 147 $_POST['dbpasswd'], $_POST['dbname']); 148 148 149 array_push( $infos, l10n('Parameters are correct') );150 149 return true; 151 150 } -
trunk/admin/themes/default/template/install.tpl
r5257 r5408 83 83 } 84 84 85 .infos { 86 background-color:transparent; 87 border:none; 88 color:#999; 89 } 90 85 91 .sql_content, .infos a { 86 92 color: #ff3363; … … 222 228 {else} 223 229 <p> 224 <input type="button" name="Home" value="{'Home'|@translate}" onClick="window.open('index.php');"> 225 <input type="button" name="Administration" value="{'Administration'|@translate}" onClick="window.open('admin.php');"> 230 <input type="button" name="Home" value="{'Visit Gallery'|@translate}" onClick="window.open('index.php');"> 226 231 </p> 227 232
Note: See TracChangeset
for help on using the changeset viewer.