Project

General

Profile

« Previous | Next » 

Revision 8203

Redesigned the /admin configuration pages to better match our new MetacatUI design. Looks good in both /context/admin view and the #external view using metacatUI

View differences:

backup-configuration.jsp
39 39

  
40 40
</head>
41 41
<body>
42
<img src="<%= request.getContextPath() %>/metacat-logo.png"
42
<img src="<%= request.getContextPath() %>/metacat-logo-darkgray.png"
43 43
	width="100px" align="right" />
44 44
<h2>Backup Directory Configuration</h2>
45 45

  
......
78 78
<br class="auth-header">
79 79

  
80 80
<%@ include file="./page-message-section.jsp"%>
81
<hr class="config-line">
82
<br>
83 81

  
84 82
<form name="backupform" method="post"
85 83
	action="<%= request.getContextPath() %>/admin" target="_top"
......
99 97
	</tr>
100 98
</table>
101 99

  
102
<br>
103
<hr class="config-line">
104 100

  
105 101
<input type="hidden" name="configureType" value="backup"/>
106 102
<input type="hidden" name="processForm" value="true"/>

Also available in: Unified diff