]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1362] Add simple 'CRUD' pages for project-level metadata along with a "generic...
authorMaria Odea B. Ching <oching@apache.org>
Tue, 8 Jun 2010 03:47:14 +0000 (03:47 +0000)
committerMaria Odea B. Ching <oching@apache.org>
Tue, 8 Jun 2010 03:47:14 +0000 (03:47 +0000)
o added css to add property form

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@952527 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/include/projectMetadata.jspf
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/css/no-theme/jquery-ui-1.7.2.custom.css

index e0a7af191d72b6d215b90fc7eadd19ad8a2e0168..3aecceac6d82a0d309fa0e70b71f02b8d4d22c1b 100644 (file)
@@ -24,7 +24,8 @@
 
 <div> 
  
-  <div>
+  <div id="effect" class="ui-widget-content ui-corner-all">
+    <h3 class="ui-widget-header ui-corner-all">Add Property</h3>
     <redback:ifAuthorized permission="archiva-add-metadata" resource="${repositoryId}">
       <s:form action="addMetadataProperty" namespace="/" method="post" validate="true" theme="simple">    
         <s:hidden name="groupId" value="%{groupId}" />
index 9d7aa08be71ac013df4b61610706684630be89bd..caaa85a2e244429cc4fe2bdea3e16317ee3171b9 100755 (executable)
 .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
 .ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
 .ui-tabs .ui-tabs-hide { display: none !important; }
+/* Add Metadata Property -------------------------------------------------*/
+#effect { width: 450px; height: 90px; padding: 0.4em; position: relative; }
+#effect h3 { margin: 0; padding: 0.4em; text-align: center; color: #FFFFFF}