Revision 4089
Added by daigle over 16 years ago
lib/admin/database-configuration.jsp | ||
---|---|---|
69 | 69 |
} |
70 | 70 |
%> |
71 | 71 |
</ul> |
72 |
<input class=button type="button" value="Continue" onClick="forward('./admin?configureType=database&processForm=true')">
|
|
73 |
<input class=button type="button" value="Cancel" onClick="forward('./admin?configureType=configure&processForm=false')">
|
|
72 |
<input class="left-button" type="button" value="Continue" onClick="forward('./admin?configureType=database&processForm=true')">
|
|
73 |
<input class="button" type="button" value="Cancel" onClick="forward('./admin?configureType=configure&processForm=false')">
|
|
74 | 74 |
<% |
75 | 75 |
} else if (databaseVersion != null) { |
76 | 76 |
%> |
... | ... | |
89 | 89 |
} |
90 | 90 |
%> |
91 | 91 |
</ul> |
92 |
<input class=button type="button" value="Continue" onClick="forward('./admin?configureType=database&processForm=true')">
|
|
93 |
<input class=button type="button" value="Cancel" onClick="forward('./admin?configureType=configure&processForm=false')">
|
|
92 |
<input class="left-button" type="button" value="Continue" onClick="forward('./admin?configureType=database&processForm=true')">
|
|
93 |
<input class="button" type="button" value="Cancel" onClick="forward('./admin?configureType=configure&processForm=false')">
|
|
94 | 94 |
<% |
95 | 95 |
} else { |
96 | 96 |
%> |
97 |
<input class=button disabled type="button" value="Continue" onClick="forward('./admin?configureType=database&processForm=true')">
|
|
98 |
<input class=button type="button" value="Cancel" onClick="forward('./admin?configureType=configure&processForm=false')">
|
|
97 |
<input class="left-button" disabled type="button" value="Continue" onClick="forward('./admin?configureType=database&processForm=true')">
|
|
98 |
<input class="button" type="button" value="Cancel" onClick="forward('./admin?configureType=configure&processForm=false')">
|
|
99 | 99 |
<% |
100 | 100 |
} |
101 | 101 |
%> |
Also available in: Unified diff
Align submit buttons