Reader/Feed.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 05:17:41 +0000 (13:17 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 05:17:41 +0000 (13:17 +0800)
Reader/Feed.js
Reader/templates/Feed.html

Reader/Feed.bjs
Reader/Feed.js
Reader/templates/Feed.html

index 1d71a19..ad0d1ea 100644 (file)
      "String style" : "font-weight: bold;\nfont-size: 22px;\n \nposition: static;\nleft: 100px;\ntop: 10px;\nz-Index: 2000;\ncolor: white;"
     },
     {
-     "$ String brand_href" : "baseURL + '/Feeds'",
      "String position" : "fixed-top",
      "xtype" : "NavHeaderbar",
      "Boolean inverse" : true,
+     "String brand_href" : "#",
      "String brand" : "<i class=\"fa fa-chevron-left\"></i> Feeds",
      "$ xns" : "Roo.bootstrap",
      "items" : [
index bf15ee9..d6dba81 100644 (file)
@@ -40,7 +40,7 @@ Feed = new Roo.XComponent({
     },
     {
      brand : '<i class=\"fa fa-chevron-left\"></i> Feeds',
-     brand_href : baseURL + '/Feeds',
+     brand_href : '#',
      inverse : true,
      position : 'fixed-top',
      xns : Roo.bootstrap,
index 8d6b16f..78e943b 100644 (file)
@@ -20,7 +20,7 @@ color: white;" xtype="Roo.bootstrap.Element">name of feed</DIV>
         <SPAN class="icon-bar"></SPAN>
         <SPAN class="icon-bar"></SPAN>
       </BUTTON>
-      <A href="http://localhost/index.php/Feeds" class="navbar-brand">
+      <A href="#" class="navbar-brand">
         <I class="fa fa-chevron-left"></I> Feeds
       </A>
     </DIV>