Re: [ppa-qps-devel] Marine ed theme remplates
Brought to you by:
ods
From: Vasiliy M. <mc...@ge...> - 2006-10-23 22:55:06
|
It isn't cute for me, sorry :) The coolest skin for qps ever is the "Marine" one. Even Ods likes it - da great fan of simple and ugly "Default" :) Ok. I've adopted all field temlates for "Marine" from "Respublica". You can find em here: http://geek.net.ru/storage/qps/qps2.7-marine-fields-templates.zip Could you, please commit em to repository? BTW, binding.pyem doesn't work nowdays in all of themes including Respublica. Does someone have working template for bindings? Thanks! McV. On 10/24/06, Alexey Melchakov <mel...@gm...> wrote: > > The only theme supported at the moment is 'respublika', you should try > this cute one. > > On 10/24/06, Vasiliy Maximov < mc...@ge...> wrote: > > > Me again. > > Most of subj files has windows line-ends encoding. > > You guys developing on windows? surprise :) > > > > And more about templates: > > File "FOREIGN_DROP.edit.pyem", line 20, in ? > > NameError: name 'isNew' is not defined > > > > Ok. In QPS 2.6 code, file qEdit.py, I've found these lines: > > # following 3 lines are here only for compatibility reasons > > # after all field templates will be changed they will gone > > namespace['edPrefix'] = self.edit.prefix > > namespace['edUser'] = self.user > > namespace['isNew'] = self.isNew > > > > And they really has gone in 2.7, but for example keyword 'isNew' can be > > found in field templates of all themes, including default one. > > So we have templates outdated in repository? Or that piece of code had > > gone too soon? > > Meanwile I suggest: > > + namespace['edPrefix'] = self.edit.prefix > > + namespace['edUser'] = self.user > > + namespace['isNew'] = self.isNew > > > > > > McV. > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make your job > > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > > _______________________________________________ > > ppa-qps-devel mailing list > > ppa...@li... > > https://lists.sourceforge.net/lists/listinfo/ppa-qps-devel > > > > > > > > > -- > mel...@gm... > CRV-RIPN > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > ppa-qps-devel mailing list > ppa...@li... > https://lists.sourceforge.net/lists/listinfo/ppa-qps-devel > > > |