[Rt-commit] rt branch, menu-redo, updated. add7ddd216ddb0818813ddfef3e61d625e25af28

jesse jesse at bestpractical.com
Fri Oct 30 14:55:33 EDT 2009


The branch, menu-redo has been updated
       via  add7ddd216ddb0818813ddfef3e61d625e25af28 (commit)
       via  b949034687bd5b5d843f1fe5ef87f99cdceb3e7d (commit)
      from  3ac5a89f38d5290f9ad3abb52b493789ee688bbf (commit)

Summary of changes:
 share/html/Elements/BevelBoxRaisedEnd   |   50 -------------------------------
 share/html/Elements/BevelBoxRaisedStart |   50 -------------------------------
 share/html/Elements/Header              |    2 +-
 3 files changed, 1 insertions(+), 101 deletions(-)
 delete mode 100755 share/html/Elements/BevelBoxRaisedEnd
 delete mode 100755 share/html/Elements/BevelBoxRaisedStart

- Log -----------------------------------------------------------------
commit b949034687bd5b5d843f1fe5ef87f99cdceb3e7d
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Oct 26 16:15:43 2009 -0400

    remove unused 'beveled box' component

diff --git a/share/html/Elements/BevelBoxRaisedEnd b/share/html/Elements/BevelBoxRaisedEnd
deleted file mode 100755
index beaced6..0000000
--- a/share/html/Elements/BevelBoxRaisedEnd
+++ /dev/null
@@ -1,50 +0,0 @@
-%# BEGIN BPS TAGGED BLOCK {{{
-%# 
-%# COPYRIGHT:
-%# 
-%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC
-%#                                          <jesse at bestpractical.com>
-%# 
-%# (Except where explicitly superseded by other copyright notices)
-%# 
-%# 
-%# LICENSE:
-%# 
-%# This work is made available to you under the terms of Version 2 of
-%# the GNU General Public License. A copy of that license should have
-%# been provided with this software, but in any event can be snarfed
-%# from www.gnu.org.
-%# 
-%# This work is distributed in the hope that it will be useful, but
-%# WITHOUT ANY WARRANTY; without even the implied warranty of
-%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-%# General Public License for more details.
-%# 
-%# You should have received a copy of the GNU General Public License
-%# along with this program; if not, write to the Free Software
-%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-%# 02110-1301 or visit their web page on the internet at
-%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
-%# 
-%# 
-%# CONTRIBUTION SUBMISSION POLICY:
-%# 
-%# (The following paragraph is not intended to limit the rights granted
-%# to you to modify and distribute this software under the terms of
-%# the GNU General Public License and is only of importance to you if
-%# you choose to contribute your changes and enhancements to the
-%# community by submitting them to Best Practical Solutions, LLC.)
-%# 
-%# By intentionally submitting any modifications, corrections or
-%# derivatives to this work, or any other work intended for use with
-%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
-%# you are the copyright holder for those contributions and you grant
-%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
-%# royalty-free, perpetual, license to use, copy, create derivative
-%# works based on those contributions, and sublicense and distribute
-%# those contributions and any derivatives thereof.
-%# 
-%# END BPS TAGGED BLOCK }}}
-  </td>
-</tr>
-</table>
diff --git a/share/html/Elements/BevelBoxRaisedStart b/share/html/Elements/BevelBoxRaisedStart
deleted file mode 100755
index e372957..0000000
--- a/share/html/Elements/BevelBoxRaisedStart
+++ /dev/null
@@ -1,50 +0,0 @@
-%# BEGIN BPS TAGGED BLOCK {{{
-%# 
-%# COPYRIGHT:
-%# 
-%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC
-%#                                          <jesse at bestpractical.com>
-%# 
-%# (Except where explicitly superseded by other copyright notices)
-%# 
-%# 
-%# LICENSE:
-%# 
-%# This work is made available to you under the terms of Version 2 of
-%# the GNU General Public License. A copy of that license should have
-%# been provided with this software, but in any event can be snarfed
-%# from www.gnu.org.
-%# 
-%# This work is distributed in the hope that it will be useful, but
-%# WITHOUT ANY WARRANTY; without even the implied warranty of
-%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-%# General Public License for more details.
-%# 
-%# You should have received a copy of the GNU General Public License
-%# along with this program; if not, write to the Free Software
-%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-%# 02110-1301 or visit their web page on the internet at
-%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
-%# 
-%# 
-%# CONTRIBUTION SUBMISSION POLICY:
-%# 
-%# (The following paragraph is not intended to limit the rights granted
-%# to you to modify and distribute this software under the terms of
-%# the GNU General Public License and is only of importance to you if
-%# you choose to contribute your changes and enhancements to the
-%# community by submitting them to Best Practical Solutions, LLC.)
-%# 
-%# By intentionally submitting any modifications, corrections or
-%# derivatives to this work, or any other work intended for use with
-%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
-%# you are the copyright holder for those contributions and you grant
-%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
-%# royalty-free, perpetual, license to use, copy, create derivative
-%# works based on those contributions, and sublicense and distribute
-%# those contributions and any derivatives thereof.
-%# 
-%# END BPS TAGGED BLOCK }}}
-<table cellspacing="0" cellpadding="0" width="100%" height="100%">
-      <tr>
-        <td width="100%" height="100%"> 

commit add7ddd216ddb0818813ddfef3e61d625e25af28
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Oct 26 17:20:51 2009 -0400

    try the page nav as a menubar

diff --git a/share/html/Elements/Header b/share/html/Elements/Header
index 5859f3c..a1615ee 100755
--- a/share/html/Elements/Header
+++ b/share/html/Elements/Header
@@ -106,7 +106,7 @@
 
 
 % Jifty->web->navigation->render_as_yui_menubar();
-% Jifty->web->page_navigation->render_as_menu();
+% Jifty->web->page_navigation->render_as_yui_menubar();
 %# template login already has div with id "body"
 % unless ( Jifty->web->request->path =~ m{^/login} ) {
 <div id="body">

-----------------------------------------------------------------------


More information about the Rt-commit mailing list