Project

General

Profile

« Previous | Next » 

Revision 4156

Added by daigle almost 16 years ago

remove <p> formatting

View differences:

database-configuration.jsp
53 53
<%
54 54
if (databaseVersion != null && databaseVersion.getVersionString().equals("0.0.0")) {
55 55
%>
56
    <p>The system has detected that this is a new database. <br><br>
56
     The system has detected that this is a new database. <br><br>
57 57
     Please hit the Continue button to upgrade your database to version: <%= metacatVersion.getVersionString() %>. <br><br>
58 58
     <div class=warning>Warning: this will reinitialize your database.  If this is not a new database, hit the Cancel button and contact support at blah@blah.com </div><br><br>
59
     The following scripts will be run: </p>
59
     The following scripts will be run:
60 60

  
61 61
        <ul>
62 62
<%
......
74 74
<%
75 75
} else if (databaseVersion != null) {
76 76
%>
77
    <p>The system has detected the following database version: <%= databaseVersion.getVersionString() %> <br><br>
77
     The system has detected the following database version: <%= databaseVersion.getVersionString() %> <br><br>
78 78
     Please hit the Continue button to upgrade your database to version: <%= metacatVersion.getVersionString() %> <br>
79 79
    <div class=warning>Warning: this will update your database.  If the detected versions do not seem correct, hit the Cancel button and contact support at blah@blah.com </div><br><br> 
80
     The following scripts will be run: </p> <br>
80
     The following scripts will be run:  <br>
81 81
        <ul>
82 82
<%
83 83
        for (int i = 0; i < updateScriptList.size(); i++) {

Also available in: Unified diff