Revision 9501
Added by Jing Tao almost 9 years ago
metacat-configuration.jsp | ||
---|---|---|
279 | 279 |
%> |
280 | 280 |
<tr> |
281 | 281 |
<td class="configured-tag"><i class="icon-ok"></i> configured</td> |
282 |
<td class="property-title"> Dataone Configuration </td>
|
|
282 |
<td class="property-title"> EZID Configuration for DOIs </td>
|
|
283 | 283 |
<td class="configure-link"><a href="<%= request.getContextPath() %>/admin?configureType=ezid"><i class="icon-cogs"></i>Reconfigure Now</a> </td> |
284 | 284 |
</tr> |
285 | 285 |
<% |
... | ... | |
306 | 306 |
%> |
307 | 307 |
<tr> |
308 | 308 |
<td class="unconfigured-tag">unconfigured </td> |
309 |
<td class="property-title"> EZID for Digital Object Identifiers (DOIs) Configuration </td>
|
|
309 |
<td class="property-title"> EZID Configuration for DOIs </td>
|
|
310 | 310 |
<% |
311 | 311 |
if (propsConfigured != null && propsConfigured) { |
312 | 312 |
%> |
Also available in: Unified diff
fixed a label issue.