Revision: 6937
Author: br...@google.com
Date: Mon Nov 16 17:08:00 2009
Log: Updates the help hyperlink to point to the forum. Removes the shadow  
style which was creating annoying horz scrollbars. Replaces tabs with  
spaces in ui.xml.

Change by: bruce
Review by: jat (desk)
http://code.google.com/p/google-web-toolkit/source/detail?r=6937

Modified:
   
/trunk/plugins/MissingPlugin/src/com/google/gwt/missingplugin/client/MissingPluginPane.ui.xml
  /trunk/plugins/MissingPlugin/war/MissingPlugin.html

=======================================
---  
/trunk/plugins/MissingPlugin/src/com/google/gwt/missingplugin/client/MissingPluginPane.ui.xml
    
Fri Nov 13 12:30:42 2009
+++  
/trunk/plugins/MissingPlugin/src/com/google/gwt/missingplugin/client/MissingPluginPane.ui.xml
    
Mon Nov 16 17:08:00 2009
@@ -16,44 +16,42 @@

    <ui:style>
      .pane {
-       background-image: initial;
-       background-attachment: initial;
-       background-origin: initial;
-       background-clip: initial;
-       background-color: #ffff88;
-       padding-top: 5px;
-       padding-right: 10px;
-       padding-bottom: 20px;
-       padding-left: 10px;
-       z-index: 10000;
-       font-size: 9pt;
-       font-family: Verdana;
-       border-bottom-width: 2px;
-       border-bottom-style: solid;
-       border-bottom-color: rgb(221, 221, 153);
-       \-webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 3px 5px;
-       \-moz-box-shadow: rgba(0, 0, 0, 0.199219) 0px 3px 5px;
-       background-position: initial initial;
-       background-repeat: initial initial;
+      background-image: initial;
+      background-attachment: initial;
+      background-origin: initial;
+      background-clip: initial;
+      background-color: #ffff88;
+      padding-top: 5px;
+      padding-right: 10px;
+      padding-bottom: 20px;
+      padding-left: 10px;
+      z-index: 10000;
+      font-size: 9pt;
+      font-family: Verdana;
+      border-bottom-width: 2px;
+      border-bottom-style: solid;
+      border-bottom-color: rgb(221, 221, 153);
+      background-position: initial initial;
+      background-repeat: initial initial;
      }

      .title {
-       font-size: 11pt;
-       font-family: Verdana;
-       padding-top: 10px;
-       font-weight: bold;
+      font-size: 11pt;
+      font-family: Verdana;
+      padding-top: 10px;
+      font-weight: bold;
      }

      .text {
-       font-size: 9pt;
-       font-family: Verdana;
-       padding-top: 10px;
+      font-size: 9pt;
+      font-family: Verdana;
+      padding-top: 10px;
      }

      .license {
-        padding-top: 2em;
-        font-family: Verdana;
-        font-size: 9pt;
+      padding-top: 2em;
+      font-family: Verdana;
+      font-size: 9pt;
      }
    </ui:style>

@@ -66,9 +64,7 @@
      <m:AllDownloadsPane ui:field="allDownloadsPane" visible="false" />

      <div class="{style.text}">
-      For more information, see the
-      <a ui:field="troubleshootingLink"  
style="color:#000;">Troubleshooting FAQ</a>
-      .
+      For help or troubleshooting, ask questions in the <a  
ui:field="troubleshootingLink" style="color:#000;">Google Web Toolkit  
Developer Forum</a>.
      </div>
      <div class="{style.license}">
        All plugins are licensed under the <a
@@ -81,4 +77,3 @@
    </g:HTMLPanel>

  </ui:UiBinder>
-
=======================================
--- /trunk/plugins/MissingPlugin/war/MissingPlugin.html Mon Nov 16 15:15:53  
2009
+++ /trunk/plugins/MissingPlugin/war/MissingPlugin.html Mon Nov 16 17:08:00  
2009
@@ -18,7 +18,7 @@
      </style>

      <script>
-      var troubleshootingUrl  
= "http://code.google.com/webtoolkit/doc/1.6/FAQ_Troubleshooting.html";;
+      var troubleshootingUrl  
= "http://groups.google.com/group/google-web-toolkit";;

        // The missing plugin module expects downloadInfo.inferredDownloadId  
to contain the key to use
        // in allDownloads field.
@@ -101,7 +101,7 @@
            "ie" :
            {
              "caption" : "Download the GWT Developer Plugin<br>For Internet  
Explorer",
-            "url" : 
"https://dl-ssl.google.com/tag/s/appguid%3D%7B9a5e649a-ec63-4c7d-99bf-75adb345e7e5%7D%%26lang%3Den%26appname%3DGWT%2520Developer%2520Plugin%2520for%2520IE%26needsadmin%3Dfalse/gwt/plugins/ie/GwtDevPluginSetup.exe";,
+            "url" : 
"https://dl-ssl.google.com/gwt/plugins/ie/gwt-dev-plugin.exe";,
              "platforms" : "Win x86",
              "supported" : true
            },

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to