[richfaces-svn-commits] JBoss Rich Faces SVN: r13499 - in trunk/docs/common-resources/en/src/main: script and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Apr 10 11:48:02 EDT 2009


Author: artdaw
Date: 2009-04-10 11:48:02 -0400 (Fri, 10 Apr 2009)
New Revision: 13499

Modified:
   trunk/docs/common-resources/en/src/main/css/html-common.css
   trunk/docs/common-resources/en/src/main/css/html-release.css
   trunk/docs/common-resources/en/src/main/script/toggle.js
   trunk/docs/common-resources/en/src/main/xslt/xhtml-common.xsl
Log:
https://jira.jboss.org/jira/browse/RF-6598 - feedback was fixed. Now it is possible to create Jira task being on a guide page

Modified: trunk/docs/common-resources/en/src/main/css/html-common.css
===================================================================
--- trunk/docs/common-resources/en/src/main/css/html-common.css	2009-04-10 15:23:08 UTC (rev 13498)
+++ trunk/docs/common-resources/en/src/main/css/html-common.css	2009-04-10 15:48:02 UTC (rev 13499)
@@ -175,7 +175,7 @@
 	display:none;
 	background: #F5F5F5;
 	border: 8px solid #7F9DB9;
-	height:420px;
+	height:440px;
 	left:30%;
 	position:fixed;
 	text-align:left;
@@ -295,7 +295,7 @@
 	position:fixed;
 	bottom:0px;
 	right:0px;
-	height:322px;
+	height:320px;
 	width: 100px;
 	overflow: hidden;
 	cursor:pointer;

Modified: trunk/docs/common-resources/en/src/main/css/html-release.css
===================================================================
--- trunk/docs/common-resources/en/src/main/css/html-release.css	2009-04-10 15:23:08 UTC (rev 13498)
+++ trunk/docs/common-resources/en/src/main/css/html-release.css	2009-04-10 15:48:02 UTC (rev 13499)
@@ -32,6 +32,9 @@
 }
 h1, h2, h3, h4, h5, h6{
     display:inline;
+}
+h3#feedback-header{
+  display:block;
 }
 .img_marker{
     display:inline;

Modified: trunk/docs/common-resources/en/src/main/script/toggle.js
===================================================================
--- trunk/docs/common-resources/en/src/main/script/toggle.js	2009-04-10 15:23:08 UTC (rev 13498)
+++ trunk/docs/common-resources/en/src/main/script/toggle.js	2009-04-10 15:48:02 UTC (rev 13499)
@@ -10,7 +10,8 @@
 function showPopup(_popupId) {
 	document.getElementById(_popupId).style.display = "block";
 	document.getElementById('timeOutDiv').style.display = "block";
-	document.getElementById("feedback-maincontainer").style.display = "block";
+	document.getElementById("feedback-maincontainer").style.display = "block";
+		document.getElementById("guide_words").style.display = "block";
 	getPlace();
 }
 
@@ -22,7 +23,8 @@
 	document.getElementById(but).style.display = "inline";
 	document.getElementById(container).style.left="30%";
 	document.getElementById(container).style.top="20%";
-	document.getElementById(container).style.width="500px";
+	document.getElementById(container).style.width="500px";
+	document.getElementById(container).style.height="440px";
 	getPlace();
 }
 
@@ -149,4 +151,4 @@
 	show: function(node) {
 		node.style.display = "";
 	}
-};
\ No newline at end of file
+};

Modified: trunk/docs/common-resources/en/src/main/xslt/xhtml-common.xsl
===================================================================
--- trunk/docs/common-resources/en/src/main/xslt/xhtml-common.xsl	2009-04-10 15:23:08 UTC (rev 13498)
+++ trunk/docs/common-resources/en/src/main/xslt/xhtml-common.xsl	2009-04-10 15:48:02 UTC (rev 13499)
@@ -99,7 +99,7 @@
 		<form onsubmit="return validate_form()" id="feedback-mailform" method="post" action="https://jira.jboss.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310341&amp;issuetype=3" target="feedback-iFrame">
 			<input type="hidden" id="priority" name="priority" value="3" />
 			<input type="hidden" id="components" name="components" value="12311170" />
-			<input type="hidden" id="versions" name="versions" value="12312451" />
+			<input type="hidden" id="versions" name="versions" value="12313100" />
 			<input type="hidden" id="customfield_12310031" name="customfield_12310031" value="Documentation (Ref Guide, User Guide, etc.)" />
 		
 			<label for="summary">Summary</label>




More information about the richfaces-svn-commits mailing list