forked from extern/egroupware
cleaned up interface to fit better
This commit is contained in:
parent
c76e53cc0c
commit
e84c60be92
@ -214,6 +214,7 @@
|
|||||||
break;
|
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>';
|
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"]){
|
switch($phpgw_info["setup"]["stage"]["apps"]){
|
||||||
case 1:
|
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>';
|
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;
|
break;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
echo '</table>';
|
echo '</table>';
|
||||||
echo "</body></html>";
|
echo "</body></html>";
|
||||||
?>
|
?>
|
||||||
|
@ -122,6 +122,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<?php
|
<?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