Hans,
Why is this change necessary? The theme DOES exist and it works fine. Are you sure you updated your local copy and ran ant run-install? -Adrian [hidden email] wrote: > Author: hansbak > Date: Mon May 4 03:56:07 2009 > New Revision: 771170 > > URL: http://svn.apache.org/viewvc?rev=771170&view=rev > Log: > revert revision 771074 because this theme: BIZZNESS_TIME does not exist > > Modified: > ofbiz/trunk/framework/common/data/CommonTypeData.xml > > Modified: ofbiz/trunk/framework/common/data/CommonTypeData.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/CommonTypeData.xml?rev=771170&r1=771169&r2=771170&view=diff > ============================================================================== > --- ofbiz/trunk/framework/common/data/CommonTypeData.xml (original) > +++ ofbiz/trunk/framework/common/data/CommonTypeData.xml Mon May 4 03:56:07 2009 > @@ -101,7 +101,7 @@ > > <!-- User preferences seed data --> > <UserPrefGroupType userPrefGroupTypeId="GLOBAL_PREFERENCES" description="Global preferences"/> > - <UserPreference userLoginId="_NA_" userPrefTypeId="VISUAL_THEME" userPrefGroupTypeId="GLOBAL_PREFERENCES" userPrefValue="BIZZNESS_TIME"/> > + <UserPreference userLoginId="_NA_" userPrefTypeId="VISUAL_THEME" userPrefGroupTypeId="GLOBAL_PREFERENCES" userPrefValue="BLUELIGHT"/> > > <!-- Visual Themes seed data --> > <EnumerationType description="Visual Theme Resource Type (stylesheet, javascript file, etc)" enumTypeId="VT_RES_TYPE" hasTable="N"/> > > > |
At least when i have this change in, after a clean-all;run-install the
system cannot find ANY theme Try it yourself. In the mean time i have put in some code that when the default theme cannot be found it reverts back to the good old ofbiz theme..... Regards, Hans On Mon, 2009-05-04 at 07:57 -0700, Adrian Crum wrote: > Hans, > > Why is this change necessary? The theme DOES exist and it works fine. > Are you sure you updated your local copy and ran ant run-install? > > -Adrian > > [hidden email] wrote: > > Author: hansbak > > Date: Mon May 4 03:56:07 2009 > > New Revision: 771170 > > > > URL: http://svn.apache.org/viewvc?rev=771170&view=rev > > Log: > > revert revision 771074 because this theme: BIZZNESS_TIME does not exist > > > > Modified: > > ofbiz/trunk/framework/common/data/CommonTypeData.xml > > > > Modified: ofbiz/trunk/framework/common/data/CommonTypeData.xml > > URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/CommonTypeData.xml?rev=771170&r1=771169&r2=771170&view=diff > > ============================================================================== > > --- ofbiz/trunk/framework/common/data/CommonTypeData.xml (original) > > +++ ofbiz/trunk/framework/common/data/CommonTypeData.xml Mon May 4 03:56:07 2009 > > @@ -101,7 +101,7 @@ > > > > <!-- User preferences seed data --> > > <UserPrefGroupType userPrefGroupTypeId="GLOBAL_PREFERENCES" description="Global preferences"/> > > - <UserPreference userLoginId="_NA_" userPrefTypeId="VISUAL_THEME" userPrefGroupTypeId="GLOBAL_PREFERENCES" userPrefValue="BIZZNESS_TIME"/> > > + <UserPreference userLoginId="_NA_" userPrefTypeId="VISUAL_THEME" userPrefGroupTypeId="GLOBAL_PREFERENCES" userPrefValue="BLUELIGHT"/> > > > > <!-- Visual Themes seed data --> > > <EnumerationType description="Visual Theme Resource Type (stylesheet, javascript file, etc)" enumTypeId="VT_RES_TYPE" hasTable="N"/> > > > > > > Antwebsystems.com: Quality OFBiz services for competitive rates |
--- On Mon, 5/4/09, Hans Bakker <[hidden email]> wrote: > At least when i have this change in, after a > clean-all;run-install the > system cannot find ANY theme Try it yourself. I've done that twice on two different computers. Still no problems. The theme works fine. -Adrian |
do you see a BIZZNESS_TIME in VisualThemeResource entity?
sorry i do not see that..... there is a SMOOTH_FEATHER theme....however i still think not usable yet. examples: myportal -> timesheet the screen is much to wide.... party -> partylist 1. the partyId is not not always clickable in firefox 2. the function keys are listed vertically party -> profile The info blocks are not clearly separated Regards, Hans On Mon, 2009-05-04 at 21:05 -0700, Adrian Crum wrote: > --- On Mon, 5/4/09, Hans Bakker <[hidden email]> wrote: > > At least when i have this change in, after a > > clean-all;run-install the > > system cannot find ANY theme Try it yourself. > > I've done that twice on two different computers. Still no problems. The theme works fine. > > -Adrian > > > > Antwebsystems.com: Quality OFBiz services for competitive rates |
I see it.
Regards Scott On 6/05/2009, at 1:39 PM, Hans Bakker wrote: > do you see a BIZZNESS_TIME in VisualThemeResource entity? > sorry i do not see that..... > > there is a SMOOTH_FEATHER theme....however i still think not usable > yet. > examples: > > myportal -> timesheet > the screen is much to wide.... > > party -> partylist > 1. the partyId is not not always clickable in firefox > 2. the function keys are listed vertically > > party -> profile > The info blocks are not clearly separated > > Regards, > Hans > > On Mon, 2009-05-04 at 21:05 -0700, Adrian Crum wrote: >> --- On Mon, 5/4/09, Hans Bakker <[hidden email]> >> wrote: >>> At least when i have this change in, after a >>> clean-all;run-install the >>> system cannot find ANY theme Try it yourself. >> >> I've done that twice on two different computers. Still no problems. >> The theme works fine. >> >> -Adrian >> >> >> >> > -- > Antwebsystems.com: Quality OFBiz services for competitive rates > smime.p7s (3K) Download Attachment |
In reply to this post by hans_bakker
I think we should probably remove the Smoothfeather theme altogether,
since it is being replaced the the Bizznesstime theme, or replace all of the Smoothfeather theme data/code with Bizznesstime. That should alleviate some confusion since the look and feel of both themes is exactly the same. Ryan Foster HotWax Media 801.671.0769 [hidden email] On May 5, 2009, at 7:39 PM, Hans Bakker wrote: > do you see a BIZZNESS_TIME in VisualThemeResource entity? > sorry i do not see that..... > > there is a SMOOTH_FEATHER theme....however i still think not usable > yet. > examples: > > myportal -> timesheet > the screen is much to wide.... > > party -> partylist > 1. the partyId is not not always clickable in firefox > 2. the function keys are listed vertically > > party -> profile > The info blocks are not clearly separated > > Regards, > Hans > > On Mon, 2009-05-04 at 21:05 -0700, Adrian Crum wrote: >> --- On Mon, 5/4/09, Hans Bakker <[hidden email]> >> wrote: >>> At least when i have this change in, after a >>> clean-all;run-install the >>> system cannot find ANY theme Try it yourself. >> >> I've done that twice on two different computers. Still no problems. >> The theme works fine. >> >> -Adrian >> >> >> >> > -- > Antwebsystems.com: Quality OFBiz services for competitive rates > |
+1 - either that or we have to deprecate the old one(s - since this will come up eventually). What is the plan on that anyway?
Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 ----- "Ryan Foster" <[hidden email]> wrote: > I think we should probably remove the Smoothfeather theme altogether, > > since it is being replaced the the Bizznesstime theme, or replace all > > of the Smoothfeather theme data/code with Bizznesstime. That should > > alleviate some confusion since the look and feel of both themes is > exactly the same. > > Ryan Foster > HotWax Media > 801.671.0769 > [hidden email] > > > > > On May 5, 2009, at 7:39 PM, Hans Bakker wrote: > > > do you see a BIZZNESS_TIME in VisualThemeResource entity? > > sorry i do not see that..... > > > > there is a SMOOTH_FEATHER theme....however i still think not usable > > > yet. > > examples: > > > > myportal -> timesheet > > the screen is much to wide.... > > > > party -> partylist > > 1. the partyId is not not always clickable in firefox > > 2. the function keys are listed vertically > > > > party -> profile > > The info blocks are not clearly separated > > > > Regards, > > Hans > > > > On Mon, 2009-05-04 at 21:05 -0700, Adrian Crum wrote: > >> --- On Mon, 5/4/09, Hans Bakker <[hidden email]> > >> wrote: > >>> At least when i have this change in, after a > >>> clean-all;run-install the > >>> system cannot find ANY theme Try it yourself. > >> > >> I've done that twice on two different computers. Still no problems. > > >> The theme works fine. > >> > >> -Adrian > >> > >> > >> > >> > > -- > > Antwebsystems.com: Quality OFBiz services for competitive rates > > |
In reply to this post by Scott Gray-2
Scott and Adrian, thanks for the help. Windows users....hmmmm
please check r772089 On Wed, 2009-05-06 at 13:48 +1200, Scott Gray wrote: > I see it. > > Regards > Scott > > On 6/05/2009, at 1:39 PM, Hans Bakker wrote: > > > do you see a BIZZNESS_TIME in VisualThemeResource entity? > > sorry i do not see that..... > > > > there is a SMOOTH_FEATHER theme....however i still think not usable > > yet. > > examples: > > > > myportal -> timesheet > > the screen is much to wide.... > > > > party -> partylist > > 1. the partyId is not not always clickable in firefox > > 2. the function keys are listed vertically > > > > party -> profile > > The info blocks are not clearly separated > > > > Regards, > > Hans > > > > On Mon, 2009-05-04 at 21:05 -0700, Adrian Crum wrote: > >> --- On Mon, 5/4/09, Hans Bakker <[hidden email]> > >> wrote: > >>> At least when i have this change in, after a > >>> clean-all;run-install the > >>> system cannot find ANY theme Try it yourself. > >> > >> I've done that twice on two different computers. Still no problems. > >> The theme works fine. > >> > >> -Adrian > >> > >> > >> > >> > > -- > > Antwebsystems.com: Quality OFBiz services for competitive rates > > > Antwebsystems.com: Quality OFBiz services for competitive rates |
Free forum by Nabble | Edit this page |