From: Jan Büren Date: Thu, 27 Jun 2013 13:16:53 +0000 (+0200) Subject: konfigurierbare Feature nach defaults migriert (trac 2300) und Dokumentenbelege ... X-Git-Tag: release-3.1.0beta1~254^2~2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=4eacc711923d84f183ab6ec4fe175b6659209241;p=kivitendo-erp.git konfigurierbare Feature nach defaults migriert (trac 2300) und Dokumentenbelege (2301) in Webdav speichern closes #2300 und closes #2301 --- diff --git a/sql/Pg-upgrade2/defaults_feature.pl b/sql/Pg-upgrade2/defaults_feature.pl new file mode 100644 index 000000000..4381526b5 --- /dev/null +++ b/sql/Pg-upgrade2/defaults_feature.pl @@ -0,0 +1,42 @@ +# @tag: defaults_feature +# @description: Einstellen der Feature vom Config-File in die DB verlagern. +# @depends: release_3_0_0 +# @ignore: 0 +package SL::DBUpgrade2::defaults_feature; + +use utf8; + +use parent qw(SL::DBUpgrade2::Base); +use strict; + +sub run { + my ($self) = @_; + + # this query will fail if column already exist (new database) + $self->db_query(qq|ALTER TABLE defaults ADD COLUMN webdav boolean DEFAULT false|, may_fail => 1); + $self->db_query(qq|ALTER TABLE defaults ADD COLUMN webdav_documents boolean DEFAULT false|, may_fail => 1); + $self->db_query(qq|ALTER TABLE defaults ADD COLUMN vertreter boolean DEFAULT false|, may_fail => 1); + $self->db_query(qq|ALTER TABLE defaults ADD COLUMN parts_show_image boolean DEFAULT true|, may_fail => 1); + $self->db_query(qq|ALTER TABLE defaults ADD COLUMN parts_listing_image boolean DEFAULT true|, may_fail => 1); + $self->db_query(qq|ALTER TABLE defaults ADD COLUMN parts_image_css text DEFAULT 'border:0;float:left;max-width:250px;margin-top:20px:margin-right:10px;margin-left:10px;' |, may_fail => 1); + + # check current configuration and set default variables accordingly, so that + # kivitendo's behaviour isn't changed by this update + # if checks are not set in config set it to true + foreach my $check (qw(webdav vertreter parts_show_image parts_listing_image)) { + my $check_set = 1; + if (!$::lx_office_conf{features}->{$check}) { + $check_set = 0; + } + + my $update_column = "UPDATE defaults SET $check = '$check_set';"; + $self->db_query($update_column); + } + my $update_column = "UPDATE defaults SET parts_image_css = '$::lx_office_conf{features}->{parts_image_css};'"; + $self->db_query($update_column); + + + return 1; +} + +1; diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html new file mode 100644 index 000000000..683a04e14 --- /dev/null +++ b/templates/webpages/client_config/_features.html @@ -0,0 +1,35 @@ +[%- USE LxERP -%][%- USE L -%] +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[% LxERP.t8('Webdav') %][% L.yes_no_tag('defaults.webdav', SELF.defaults.webdav) %][% LxERP.t8('Use Webdav Repository') %]
[% LxERP.t8('Webdav save documents') %][% L.yes_no_tag('defaults.webdav_documents', SELF.defaults.webdav_documents) %][% LxERP.t8('Save document in webdav repository') %]
[% LxERP.t8('Vertreter') %][% L.yes_no_tag('defaults.vertreter', SELF.defaults.vertreter) %][% LxERP.t8('Representative for Customer') %]
[% LxERP.t8('Pictures for parts') %][% L.yes_no_tag('defaults.parts_show_image', SELF.defaults.parts_show_image) %][% LxERP.t8('Show the picture in the part form') %]
[% LxERP.t8('Pictures for search parts') %][% L.yes_no_tag('defaults.parts_listing_image', SELF.defaults.parts_listing_image) %][% LxERP.t8('Show the pictures in the result for search parts') %]
[% LxERP.t8('CSS style for pictures') %] [% L.input_tag('defaults.parts_image_css', SELF.defaults.parts_image_css, style=style) %][% LxERP.t8('Style the picture with the following CSS code') %]
+
diff --git a/users/.gitignore b/users/.gitignore deleted file mode 100644 index 141edb542..000000000 --- a/users/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -.recently-used -.fonts.cache* -*_finanzamt.ini -xvfb_display -console_history -.texmf-var diff --git a/users/.openoffice.org2/user/autotext/mytexts.bau b/users/.openoffice.org2/user/autotext/mytexts.bau deleted file mode 100644 index 6df413a1b..000000000 Binary files a/users/.openoffice.org2/user/autotext/mytexts.bau and /dev/null differ diff --git a/users/.openoffice.org2/user/basic/Standard/Module1.xba b/users/.openoffice.org2/user/basic/Standard/Module1.xba deleted file mode 100644 index d7e2398cc..000000000 --- a/users/.openoffice.org2/user/basic/Standard/Module1.xba +++ /dev/null @@ -1,7 +0,0 @@ - - -REM ***** BASIC ***** - -Sub Main - -End Sub \ No newline at end of file diff --git a/users/.openoffice.org2/user/basic/Standard/dialog.xlb b/users/.openoffice.org2/user/basic/Standard/dialog.xlb deleted file mode 100644 index 669529dbc..000000000 --- a/users/.openoffice.org2/user/basic/Standard/dialog.xlb +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/users/.openoffice.org2/user/basic/Standard/script.xlb b/users/.openoffice.org2/user/basic/Standard/script.xlb deleted file mode 100644 index 67c9503b7..000000000 --- a/users/.openoffice.org2/user/basic/Standard/script.xlb +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/users/.openoffice.org2/user/basic/dialog.xlc b/users/.openoffice.org2/user/basic/dialog.xlc deleted file mode 100644 index c3690bd1f..000000000 --- a/users/.openoffice.org2/user/basic/dialog.xlc +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/basic/script.xlc b/users/.openoffice.org2/user/basic/script.xlc deleted file mode 100644 index 065ed5208..000000000 --- a/users/.openoffice.org2/user/basic/script.xlc +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/.gitignore b/users/.openoffice.org2/user/config/.gitignore deleted file mode 100644 index 940afb47a..000000000 --- a/users/.openoffice.org2/user/config/.gitignore +++ /dev/null @@ -1 +0,0 @@ -imagecache diff --git a/users/.openoffice.org2/user/config/arrowhd_de.soe b/users/.openoffice.org2/user/config/arrowhd_de.soe deleted file mode 100644 index 27ce7909c..000000000 --- a/users/.openoffice.org2/user/config/arrowhd_de.soe +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/arrowhd_en-US.soe b/users/.openoffice.org2/user/config/arrowhd_en-US.soe deleted file mode 100644 index d1d2f4472..000000000 --- a/users/.openoffice.org2/user/config/arrowhd_en-US.soe +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/autotbl.fmt b/users/.openoffice.org2/user/config/autotbl.fmt deleted file mode 100644 index 660159052..000000000 Binary files a/users/.openoffice.org2/user/config/autotbl.fmt and /dev/null differ diff --git a/users/.openoffice.org2/user/config/classic_de.sog b/users/.openoffice.org2/user/config/classic_de.sog deleted file mode 100644 index 7b9e07787..000000000 --- a/users/.openoffice.org2/user/config/classic_de.sog +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/classic_en-US.sog b/users/.openoffice.org2/user/config/classic_en-US.sog deleted file mode 100644 index ccd17032a..000000000 --- a/users/.openoffice.org2/user/config/classic_en-US.sog +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/cmyk.soc b/users/.openoffice.org2/user/config/cmyk.soc deleted file mode 100644 index 0642dd9b3..000000000 --- a/users/.openoffice.org2/user/config/cmyk.soc +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/gallery.soc b/users/.openoffice.org2/user/config/gallery.soc deleted file mode 100644 index e9970ea6e..000000000 --- a/users/.openoffice.org2/user/config/gallery.soc +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/hatching_de.soh b/users/.openoffice.org2/user/config/hatching_de.soh deleted file mode 100644 index b8e24e2ee..000000000 --- a/users/.openoffice.org2/user/config/hatching_de.soh +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/hatching_en-US.soh b/users/.openoffice.org2/user/config/hatching_en-US.soh deleted file mode 100644 index 985474a5f..000000000 --- a/users/.openoffice.org2/user/config/hatching_en-US.soh +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/html.soc b/users/.openoffice.org2/user/config/html.soc deleted file mode 100644 index efc4dbc36..000000000 --- a/users/.openoffice.org2/user/config/html.soc +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/javasettings_Linux_x86.xml b/users/.openoffice.org2/user/config/javasettings_Linux_x86.xml deleted file mode 100644 index 671f301e2..000000000 --- a/users/.openoffice.org2/user/config/javasettings_Linux_x86.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - -Sun Microsystems Inc. -file:///usr/local/j2sdk1.4.2_05/jre -1.4.2_05 -0 -1 -660069006C0065003A002F002F002F007500730072002F006C006F00630061006C002F006A003200730064006B0031002E0034002E0032005F00300035002F006A00720065002F006C00690062002F0069003300380036002F0063006C00690065006E0074002F006C00690062006A0076006D002E0073006F000A002F007500730072002F006C006F00630061006C002F006A003200730064006B0031002E0034002E0032005F00300035002F006A00720065002F006C00690062002F0069003300380036002F0063006C00690065006E0074003A002F007500730072002F006C006F00630061006C002F006A003200730064006B0031002E0034002E0032005F00300035002F006A00720065002F006C00690062002F0069003300380036002F006E00610074006900760065005F0074006800720065006100640073003A002F007500730072002F006C006F00630061006C002F006A003200730064006B0031002E0034002E0032005F00300035002F006A00720065002F006C00690062002F0069003300380036000A00 - - diff --git a/users/.openoffice.org2/user/config/modern_de.sog b/users/.openoffice.org2/user/config/modern_de.sog deleted file mode 100644 index 40d110ff9..000000000 --- a/users/.openoffice.org2/user/config/modern_de.sog +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/modern_en-US.sog b/users/.openoffice.org2/user/config/modern_en-US.sog deleted file mode 100644 index 1f87c5290..000000000 --- a/users/.openoffice.org2/user/config/modern_en-US.sog +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/palette_de.soc b/users/.openoffice.org2/user/config/palette_de.soc deleted file mode 100644 index 6668b7031..000000000 --- a/users/.openoffice.org2/user/config/palette_de.soc +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/palette_en-US.soc b/users/.openoffice.org2/user/config/palette_en-US.soc deleted file mode 100644 index 6668b7031..000000000 --- a/users/.openoffice.org2/user/config/palette_en-US.soc +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/soffice.cfg/global/accelerator/en-US/current.xml b/users/.openoffice.org2/user/config/soffice.cfg/global/accelerator/en-US/current.xml deleted file mode 100644 index 0d53bfbd0..000000000 --- a/users/.openoffice.org2/user/config/soffice.cfg/global/accelerator/en-US/current.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/users/.openoffice.org2/user/config/soffice.cfg/modules/swriter/accelerator/en-US/current.xml b/users/.openoffice.org2/user/config/soffice.cfg/modules/swriter/accelerator/en-US/current.xml deleted file mode 100644 index 5c3f945bb..000000000 --- a/users/.openoffice.org2/user/config/soffice.cfg/modules/swriter/accelerator/en-US/current.xml +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/users/.openoffice.org2/user/config/styles_de.sod b/users/.openoffice.org2/user/config/styles_de.sod deleted file mode 100644 index 5460f9f86..000000000 --- a/users/.openoffice.org2/user/config/styles_de.sod +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/styles_en-US.sod b/users/.openoffice.org2/user/config/styles_en-US.sod deleted file mode 100644 index 1ee69a2fb..000000000 --- a/users/.openoffice.org2/user/config/styles_en-US.sod +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/sun-color.soc b/users/.openoffice.org2/user/config/sun-color.soc deleted file mode 100644 index ce12be65a..000000000 --- a/users/.openoffice.org2/user/config/sun-color.soc +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/web.soc b/users/.openoffice.org2/user/config/web.soc deleted file mode 100644 index d05ba1462..000000000 --- a/users/.openoffice.org2/user/config/web.soc +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/gallery/sg100.sdv b/users/.openoffice.org2/user/gallery/sg100.sdv deleted file mode 100644 index fc17dd9d0..000000000 Binary files a/users/.openoffice.org2/user/gallery/sg100.sdv and /dev/null differ diff --git a/users/.openoffice.org2/user/gallery/sg100.thm b/users/.openoffice.org2/user/gallery/sg100.thm deleted file mode 100644 index 0571a192d..000000000 Binary files a/users/.openoffice.org2/user/gallery/sg100.thm and /dev/null differ diff --git a/users/.openoffice.org2/user/gallery/sg30.sdv b/users/.openoffice.org2/user/gallery/sg30.sdv deleted file mode 100644 index fc17dd9d0..000000000 Binary files a/users/.openoffice.org2/user/gallery/sg30.sdv and /dev/null differ diff --git a/users/.openoffice.org2/user/gallery/sg30.thm b/users/.openoffice.org2/user/gallery/sg30.thm deleted file mode 100644 index 9bf97d6cb..000000000 Binary files a/users/.openoffice.org2/user/gallery/sg30.thm and /dev/null differ diff --git a/users/.openoffice.org2/user/psprint/.gitignore b/users/.openoffice.org2/user/psprint/.gitignore deleted file mode 100644 index babcd73f3..000000000 --- a/users/.openoffice.org2/user/psprint/.gitignore +++ /dev/null @@ -1 +0,0 @@ -pspfontcache diff --git a/users/.openoffice.org2/user/registry/.gitignore b/users/.openoffice.org2/user/registry/.gitignore deleted file mode 100644 index 06cf65390..000000000 --- a/users/.openoffice.org2/user/registry/.gitignore +++ /dev/null @@ -1 +0,0 @@ -cache diff --git a/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Common.xcu b/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Common.xcu deleted file mode 100644 index 98471c3ed..000000000 --- a/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Common.xcu +++ /dev/null @@ -1,20 +0,0 @@ - - - - - false - - - - - - - - - - - 0 - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Linguistic.xcu b/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Linguistic.xcu deleted file mode 100644 index 88e41b232..000000000 --- a/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Linguistic.xcu +++ /dev/null @@ -1,108 +0,0 @@ - - - - - en-US - - - - - -1472371459 - - - - org.openoffice.lingu.LibHnjHyphenator - - - org.openoffice.lingu.LibHnjHyphenator - - - org.openoffice.lingu.LibHnjHyphenator - - - - - org.openoffice.lingu.LibHnjHyphenator - - - org.openoffice.lingu.LibHnjHyphenator - - - org.openoffice.lingu.LibHnjHyphenator - - - - - org.openoffice.lingu.MySpellSpellChecker - - - org.openoffice.lingu.MySpellSpellChecker - - - org.openoffice.lingu.MySpellSpellChecker - - - org.openoffice.lingu.MySpellSpellChecker - - - org.openoffice.lingu.MySpellSpellChecker - - - - - org.openoffice.lingu.new.Thesaurus - - - org.openoffice.lingu.new.Thesaurus - - - org.openoffice.lingu.new.Thesaurus - - - org.openoffice.lingu.new.Thesaurus - - - org.openoffice.lingu.new.Thesaurus - - - - - org.openoffice.lingu.MySpellSpellChecker - - - org.openoffice.lingu.MySpellSpellChecker - - - org.openoffice.lingu.MySpellSpellChecker - - - org.openoffice.lingu.MySpellSpellChecker - - - org.openoffice.lingu.MySpellSpellChecker - - - - - org.openoffice.lingu.new.Thesaurus - - - org.openoffice.lingu.new.Thesaurus - - - org.openoffice.lingu.new.Thesaurus - - - org.openoffice.lingu.new.Thesaurus - - - org.openoffice.lingu.new.Thesaurus - - - - - - true - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Recovery.xcu b/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Recovery.xcu deleted file mode 100644 index d054981c1..000000000 --- a/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Recovery.xcu +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu b/users/.openoffice.org2/user/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu deleted file mode 100644 index f48aa6650..000000000 --- a/users/.openoffice.org2/user/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - false - - - false - - - 2147483647,2147483647 - - - - - - true - - - 0 - - - false - - - - - - false - - - false - - - 2147483647,2147483647 - - - 0,0 - - - false - - - 0 - - - - - - true - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Views.xcu b/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Views.xcu deleted file mode 100644 index 37c79c45e..000000000 --- a/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Views.xcu +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - 95,211,,;;,,,; - - - - - - - - - - - - - - V1,2,0 - - - - - - - - - - - - - V1,2,0 - - - - - - - - - - - - - V1,2,0 - - - - - - - - - - - - - V1,2,0 - - - - - \ No newline at end of file diff --git a/users/.openoffice.org2/user/registry/data/org/openoffice/Setup.xcu b/users/.openoffice.org2/user/registry/data/org/openoffice/Setup.xcu deleted file mode 100644 index 0d4634314..000000000 --- a/users/.openoffice.org2/user/registry/data/org/openoffice/Setup.xcu +++ /dev/null @@ -1,20 +0,0 @@ - - - - - en-US - - - - - true - - - - - 0,0,920,630;1;0,0,0,0; - - - - - \ No newline at end of file diff --git a/users/html2ps-config b/users/html2ps-config deleted file mode 100644 index a2ffe7b2c..000000000 --- a/users/html2ps-config +++ /dev/null @@ -1,27 +0,0 @@ -@html2ps { - option { - titlepage: 0 - hyphenate: 0 - colour: 1 - } - break-table: 1 -} - -@page { - margin-top: 1.5cm - margin-left: 1.5cm - margin-bottom: 1.5cm - margin-right: 1.5cm -} - -BODY { - font-family: Helvetica - font-size: 8pt -} - -H1 { font-size: 10pt } -H2 { font-size: 10pt } -H3 { font-size: 10pt } -H4 { font-size: 10pt } -H5 { font-size: 10pt } -H6 { font-size: 10pt } diff --git a/users/ustva-2012.pdf b/users/ustva-2012.pdf deleted file mode 100644 index 3acded008..000000000 Binary files a/users/ustva-2012.pdf and /dev/null differ