You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by up...@apache.org on 2015/10/24 04:27:19 UTC

svn commit: r1710300 - in /lucene/dev/trunk/solr/webapp/web: css/angular/common.css index.html

Author: upayavira
Date: Sat Oct 24 02:27:19 2015
New Revision: 1710300

URL: http://svn.apache.org/viewvc?rev=1710300&view=rev
Log:
SOLR-7858 Add a warning message to the angular UI

Modified:
    lucene/dev/trunk/solr/webapp/web/css/angular/common.css
    lucene/dev/trunk/solr/webapp/web/index.html

Modified: lucene/dev/trunk/solr/webapp/web/css/angular/common.css
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/css/angular/common.css?rev=1710300&r1=1710299&r2=1710300&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/css/angular/common.css (original)
+++ lucene/dev/trunk/solr/webapp/web/css/angular/common.css Sat Oct 24 02:27:19 2015
@@ -755,8 +755,23 @@ pre.syntax .tex .formula
   top: -20px;
 }
 
-.other-ui-link span {
+.other-ui-link span,
+.new-ui-warning span.help {
   background-image: url( ../../img/ico/information-white.png );
   right: 0px;
   padding-left: 16px;
-}
\ No newline at end of file
+}
+
+.new-ui-warning {
+  position: absolute;
+  left: 150px;
+  top: -20px;
+  align: center;
+  color: red;
+  font-weight: bold;
+}
+.new-ui-warning a.ul {
+  color: red;
+  font-weight: bold;
+  text-decoration: underline;
+}

Modified: lucene/dev/trunk/solr/webapp/web/index.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/index.html?rev=1710300&r1=1710299&r2=1710300&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/index.html (original)
+++ lucene/dev/trunk/solr/webapp/web/index.html Sat Oct 24 02:27:19 2015
@@ -121,8 +121,10 @@ limitations under the License.
         <div class="exception">{{exception.msg}}</div>
       </div>
 
-      <div class="other-ui-link">
-        <a href="/solr/">Original UI</a><a target="_blank" href="http://wiki.apache.org/solr/AngularUI">&nbsp;<span class="help"></span></a>
+      <div class="new-ui-warning">
+        This is an experimental UI. Report bugs <a class="ul" target="_blank" href="http://issues.apache.org/jira/browse/SOLR">here</a>.
+        For the old UI click <a class="ul" href="/solr/">here</a>
+        <a target="_blank" href="http://wiki.apache.org/solr/AngularUI">&nbsp;<span class="help"></span></a>
       </div>
 
       <div id="content-wrapper">