You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by gj...@apache.org on 2012/06/18 10:42:53 UTC

svn commit: r1351236 - in /incubator/bloodhound/trunk/bloodhound_theme/bhtheme: htdocs/ htdocs/scripts/ templates/

Author: gjm
Date: Mon Jun 18 08:42:52 2012
New Revision: 1351236

URL: http://svn.apache.org/viewvc?rev=1351236&view=rev
Log:
theme: removing bootstrap files - towards #77 (from olemis)

Removed:
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bootstrap.css
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/scripts/bootstrap-collapse.js
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/scripts/bootstrap-dropdown.js
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/scripts/bootstrap-popover.js
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/scripts/bootstrap-tooltip.js
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/scripts/bootstrap-transition.js
Modified:
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_plugins.html
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html

Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_plugins.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_plugins.html?rev=1351236&r1=1351235&r2=1351236&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_plugins.html (original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_plugins.html Mon Jun 18 08:42:52 2012
@@ -9,7 +9,7 @@
   <head>
     <title>Plugins</title>
     <script type="text/javascript"
-        src="${href.chrome('theme/scripts/bootstrap-collapse.js')}"></script>
+        src="${href.chrome('dashboard/js/bootstrap-collapse.js')}"></script>
   </head>
 
   <body>

Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html?rev=1351236&r1=1351235&r2=1351236&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html (original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html Mon Jun 18 08:42:52 2012
@@ -32,16 +32,14 @@
 
     <script src="${href.chrome('theme/scripts/theme.js')}"
         type="text/javascript"></script>
-    <script src="${href.chrome('theme/scripts/bootstrap-transition.js')}"
+    <script src="${href.chrome('dashboard/js/bootstrap-transition.js')}"
         type="text/javascript"></script>
-    <script src="${href.chrome('theme/scripts/bootstrap-dropdown.js')}"
+    <script src="${href.chrome('dashboard/js/bootstrap-dropdown.js')}"
         type="text/javascript"></script>
-    <script src="${href.chrome('theme/scripts/bootstrap-tooltip.js')}"
+    <script src="${href.chrome('dashboard/js/bootstrap-tooltip.js')}"
         type="text/javascript"></script>
-    <script src="${href.chrome('theme/scripts/bootstrap-popover.js')}"
+    <script src="${href.chrome('dashboard/js/bootstrap-popover.js')}"
         type="text/javascript"></script> 
-    <script src="${href.chrome('theme/scripts/dashboard.js')}"
-        type="text/javascript"></script>
 
   </head></py:match>