Author: jleroux
Date: Mon Mar 21 20:38:47 2016 New Revision: 1736087 URL: http://svn.apache.org/viewvc?rev=1736087&view=rev Log: No functional change. xpos.properties was wrongly committed at r1736083, this removes unwanted changes Modified: ofbiz/trunk/specialpurpose/pos/config/xpos.properties Modified: ofbiz/trunk/specialpurpose/pos/config/xpos.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/config/xpos.properties?rev=1736087&r1=1736086&r2=1736087&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/pos/config/xpos.properties (original) +++ ofbiz/trunk/specialpurpose/pos/config/xpos.properties Mon Mar 21 20:38:47 2016 @@ -1,34 +1,35 @@ ############################################################################### -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. ############################################################################### -# -# Dynamically modified by OFBiz Framework (org.ofbiz.base.util : UtilProperties.setPropertyValue) -# The comments have been removed, you may still find them on the OFBiz repository... # -#Mon Mar 21 21:15:53 CET 2016 +# By default the screen is 1024x768 wide. If you want to use another screen size, +# you must create a new directory under specialpurpose/pos/screens, like the 800x600. +# You must also set the 3 related parameters (StartClass, ClientWidth, ClientHeight) accordingly. +# + +StartPackage=org.ofbiz.pos +StartClass=default/pospanel +LogLevel=0 +StyleFile=posstyles.xml CenterWin=true ClientHeight=768 -Language=XuiLabels_fr ClientWidth=1024 -StartClass=default/pospanel +Language=XuiLabels Title=OFBiz POS -StyleFile=posstyles.xml UseWindow=false UseFrames=false -LogLevel=0 -StartPackage=org.ofbiz.pos |
Free forum by Nabble | Edit this page |