Attachment '1.3.3.patch'
Download 1 diff -ur orig/rightsidebarsmaller.py mod/rightsidebarsmaller.py
2 --- orig/rightsidebarsmaller.py 2004-12-01 06:24:54.000000000 +0200
3 +++ mod/rightsidebarsmaller.py 2005-02-25 17:49:27.000000000 +0200
4 @@ -14,27 +14,6 @@
5
6 name = "rightsidebarsmaller"
7
8 - stylesheets_print = (
9 - # theme charset media basename
10 - (name, 'utf-8', 'all', 'common'),
11 - (name, 'utf-8', 'all', 'print'),
12 - )
13 -
14 - stylesheets_projection = (
15 - # theme charset media basename
16 - (name, 'utf-8', 'all', 'common'),
17 - (name, 'utf-8', 'all', 'projection'),
18 - )
19 -
20 - stylesheets = (
21 - # theme charset media basename
22 - (name, 'utf-8', 'all', 'common'),
23 - (name, 'utf-8', 'screen', 'screen'),
24 - (name, 'utf-8', 'print', 'print'),
25 - (name, 'utf-8', 'projection', 'projection'),
26 - )
27 -
28 -
29 def wikipanel(self, d):
30 """ Create wiki panel """
31 _ = self.request.getText
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.