diff --git a/src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPlugin/floatingBoxTemplate.jelly b/src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPlugin/floatingBoxTemplate.jelly index 89174ae8..6850bffc 100644 --- a/src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPlugin/floatingBoxTemplate.jelly +++ b/src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPlugin/floatingBoxTemplate.jelly @@ -34,70 +34,71 @@ --> + xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" + xmlns:o="/lib/ownership"> - + -
+
- +
- - - - - - - + + + + - - - - + + + -
+ + +
${%Primary}
-
+ + -
+ +
${%Secondary}
-
+ + -
- -
diff --git a/src/main/resources/lib/ownership/cellWrapper.jelly b/src/main/resources/lib/ownership/cellWrapper.jelly new file mode 100644 index 00000000..c4d73dd3 --- /dev/null +++ b/src/main/resources/lib/ownership/cellWrapper.jelly @@ -0,0 +1,20 @@ + + + + The wrapper will be a div tag on Jenkins pages with the divBasedFormLayout flag, and a td tag otherwise + + + + +
+ +
+
+ + + + + +
+ +
diff --git a/src/main/resources/lib/ownership/rowWrapper.jelly b/src/main/resources/lib/ownership/rowWrapper.jelly new file mode 100644 index 00000000..8b234b59 --- /dev/null +++ b/src/main/resources/lib/ownership/rowWrapper.jelly @@ -0,0 +1,20 @@ + + + + The wrapper will be a div tag on Jenkins pages with the divBasedFormLayout flag, and a td tag otherwise + + + + +
+ +
+
+ + + + + +
+ +