Update of /cvsroot/comoblog/comoblog/admin/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv991/admin/templates
Modified Files:
manage_modules.tpl.htm
Log Message:
1327274 - Updating with existing modules fails
Index: manage_modules.tpl.htm
===================================================================
RCS file: /cvsroot/comoblog/comoblog/admin/templates/manage_modules.tpl.htm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- manage_modules.tpl.htm 13 Nov 2005 12:35:27 -0000 1.3
+++ manage_modules.tpl.htm 18 Nov 2005 08:24:51 -0000 1.4
@@ -22,6 +22,26 @@
<br />
<!-- END: installed -->
+<!-- BEGIN: upgraded -->
+<br />
+<table width="760" align="center" border="0" cellspacing="0" cellpadding="10" style="border: 3px solid #cccccc; background-color: #efefef">
+ <tr>
+ <td valign="top" width="50"><img src="img/info.gif" width="48" height="48" border="0" align="absmiddle"></td>
+ <td valign="top" width="710">
+ <b>EXISTING MODULES UPGRADED:</b><br />
+ <ul>
+ <!-- BEGIN: module -->
+ <li>{MOD_NAME}</li>
+ <!-- END: module -->
+ </ul>
+
+ <br />Your preferences would have been preserved for these modules.
+ </td>
+ </tr>
+</table>
+<br />
+<!-- END: installed -->
+
<!-- BEGIN: failed -->
<br />
<table width="760" align="center" border="0" cellspacing="0" cellpadding="10" style="border: 3px solid #cccccc; background-color: #efefef">
@@ -91,19 +111,18 @@
<!-- END: module -->
</table><br> <br>
<!-- END: modules -->
+<!-- BEGIN: uncertified_warning -->
<table width="760" border="0" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td align="right"><br /><input type="image" src="img/save_big.gif" border="0" onClick="this.src='img/save_wait.gif';"> </td>
+ <td align="center"><br /><img src='img/warning.gif'> - WARNING: This module is not certified against this version of CoMoblog. It may not function correctly.</td>
</tr>
</table>
-<!-- BEGIN: uncertified_warning -->
-<br><br>
+<!-- END: uncertified_warning -->
<table width="760" border="0" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td align="center"><br /><img src='img/warning.gif'> - WARNING: This module is not certified against this version of CoMoblog. It may not function correctly.</td>
+ <td align="right"><br /><input type="image" src="img/save_big.gif" border="0" onClick="this.src='img/save_wait.gif';"> </td>
</tr>
-</table>
-<!-- END: uncertified_warning -->
+</table>
</form>
{FILE "templates/footer.tpl.htm"}
<!-- END: main -->
|