mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
cleaned up interface to fit better
This commit is contained in:
parent
c76e53cc0c
commit
e84c60be92
@ -214,6 +214,7 @@
|
||||
break;
|
||||
}
|
||||
|
||||
/* I will probably not need this section at all
|
||||
echo ' <tr><td align="left" bgcolor="486591"><font color="fefefe">Step 4 - Add-on Application Installation</td><td align="right" bgcolor="486591"> </td></tr>';
|
||||
switch($phpgw_info["setup"]["stage"]["apps"]){
|
||||
case 1:
|
||||
@ -226,6 +227,7 @@
|
||||
echo '<tr><td align="center"><img src="'.$phpgw_info["server"]["app_images"].'/incomplete.gif" alt="O" border="0"></td><td>Not ready for this stage yet.</td></tr>';
|
||||
break;
|
||||
}
|
||||
*/
|
||||
echo '</table>';
|
||||
echo "</body></html>";
|
||||
?>
|
||||
|
@ -122,6 +122,6 @@
|
||||
</tr>
|
||||
</table>
|
||||
<?php
|
||||
echo '<center><input type="submit" name="submit" value="Install"></center>';
|
||||
echo '<center><input type="submit" name="submit" value="Install"> <input type="submit" name="submit" value="Cancel"></center>';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user