Author: smilek Date: Thu Oct 25 17:00:57 2007 New Revision: 588411 URL: http://svn.apache.org/viewvc?rev=588411&view=rev Log: added desktop.loading.img* properties
Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/decoratordesktop.properties Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/decoratordesktop.properties URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/decoratordesktop.properties?rev=588411&r1=588410&r2=588411&view=diff ============================================================================== --- portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/decoratordesktop.properties (original) +++ portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/layout/blueocean/decoratordesktop.properties Thu Oct 25 17:00:57 2007 @@ -17,3 +17,23 @@ resource.file=Messages template.print.id=desktop_print + +# +# desktop loading image properties: +# +# desktop.loading.imgdir +# desktop.loading.imganimated +# desktop.loading.imgstepprefix +# desktop.loading.imgstepextension +# desktop.loading.imgsteps +# +# the values for these properties are used "as is" in JSON statements +# e.g. strings must be quoted, arrays must be enclosed by brackets, etc. +# +# + +desktop.loading.imgdir="/images/desktop/loading" +desktop.loading.imganimated="loaddots.gif" +desktop.loading.imgstepprefix="loaddots_" +desktop.loading.imgstepextension=".gif" +desktop.loading.imgsteps=["E","L2","L4","L6","L8","R7","R5","R3","R1"] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]