Joshua Ferraro
8943dc7fea
Final fix for 2008: Daily reconciliation report broken
...
Stuff that hasn't ever worked in Koha gets commented out in 3.0 ;-)
2008-07-12 10:04:27 -05:00
Joe Atzberger
e5df39dee8
Report cleanup - fix highlight, add debugging feedback
...
The debugging feedback (default style: hidden) is necessary to
investigate client reports where even after "backfill_statistics"
this report still fails to return results.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-07-12 08:59:38 -05:00
Joe Atzberger
6bb77ae3e4
Total overhaul of broken "Items with no checkouts" report.
...
Previous implementation was a crude copy/paste from a larger report.
CSV output was and is not functional (disabled in interface accordingly).
Output now includes and is sorted by itemcallnumber, because the purpose
of this report is to isolate uncirculating items to cull from the shelves.
Output also includes a summary at the top, with links to individual tables
below when broken out by a grouping. Also included in the feedback but
default styled to display="none" are the actual SQL queries. This is
incredibly useful for debugging and should probably be done in all reports.
Yet TODO: allow date range for checkouts and instead of
"no checkouts" (=0) allow the query to filter based on =x, >x, <x, etc.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-07-10 09:11:32 -05:00
Joshua Ferraro
3959f41ca0
workaround for translation script
2008-06-20 20:12:55 -05:00
Andrew Moore
6e52709824
Bug: 2259: eliminate lines too long for git to use.
...
This patch modifies 13 HTML templates and includes that have lines in them longer than 998 characters. Lines this long are known to break git.
I believe that none of these change behaviour at all, but I'm concerned about one of them. It adds whitespace (carraige returns) inside a <title> tag. I'm not certain that all browsers will deal with this OK.
No documentation changes necessary here.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-06-18 19:25:52 -05:00
ac7c215be3
Markup corrections. You can't embed a <!-- TMPL_IF --> inside an HTML tag because it causes problems for the translation script.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-06-17 14:05:53 -05:00
Ryan Higgins
d4dd393e20
Update issues_stats to use authorised_values instead of distinct(sortn); add col/row headers as Descriptions instead of codes.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-06-05 22:47:34 -05:00
Ryan Higgins
0e31981100
Update issues_stats to show auth_vals as row & column headers
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-06-05 22:47:33 -05:00
Ryan Higgins
98bc024609
Add Collection code limit to issues_stats report.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-06-05 22:47:30 -05:00
Ryan Higgins
fc99bfcbb1
Update issues_stats: add shelving location limit, replace cgi::scrolling_list, update terminology.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-06-05 22:47:29 -05:00
Joshua Ferraro
5f6af04ee1
nomenclature cleanup: s/Branch/Library/ s/Document Type/Item Type/
2008-05-30 11:36:04 -05:00
Ryan Higgins
dc7a542deb
Update Catalog Stats report: / Remove lccn/loc filter, which seems to conflate marc21 010 and 050. / Update labels to reflect 3.0 terminology.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-05-27 07:33:32 -05:00
Ryan Higgins
302da68ce5
Fill statistics table properly for renewals; and issue->checkout, return->checkin
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-05-27 07:33:30 -05:00
Andrew Moore
c006950355
Bug 2094: implementing ability to select particular lost status in the lost items report
...
This patch adds a drop-down to the lost items report to let the user select a
particular lost status to display. Only items with that particluar lost status
will be dispolayed.
The documentation for the lost items report on the staff client will need to be slightly adjusted.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-05-11 06:48:45 -05:00
Galen Charlton
4c8a9e14a8
guided reports: make it possible to delete saved reports
...
Fixed JavaScript error that prevented user from deleting
a saved SQL.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-05-11 06:43:36 -05:00
Joe Atzberger
b1fbee40d5
Total overhaul of bor_issues_top report, removal from CGI::scolling_list.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-12 15:05:10 -05:00
Joe Atzberger
bde1ac3e13
Add authorised values descriptions to selector for "location".
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-11 16:56:37 -05:00
Joe Atzberger
60262720f0
Item-level_itypes fix, addition of ccode vector and filter.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-11 16:56:27 -05:00
078741e657
Adding anchor link to updateitem redirect; Markup corrections for cat_issues_top.tmpl
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-10 15:54:07 -05:00
Darrell Ulm
8cafcef8bf
All patches to Koha 3 beta to date. All work with branches.
...
Billing.pl -- new, gives bills that occur in a range, works
pendingreserves.pl -- fixed, works now, with branches also
reserveratios.pl -- indicates distressed reserves
itemslost.pl -- Fix to this to make it more useful and fix bugs
Itmes.pm -- small change to work for itemslost, should not affect
anything else
and all tmpl files.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-03 14:42:07 -05:00
Henri-Damien LAURENT
ad767716dc
Bug Fix : 1898 Replaces the previous commit : More fixes.
...
A) Fixing queries which were mysql old style
B) Fixing output.
+ Fixing queries the same way for bor_issues_top catalogue_out and issues_avg_stats
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-19 11:08:33 -05:00
880072b515
Fix for Bug 1930 ("Most Circulated Items" report template is broken) as well as other markup corrections.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:39:58 -05:00
395a3499a6
Two jquery changes: update to tabs plugin, with related modifications to templates; Addition of jquery hotkeys plugin for selecting tabs from global search form.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-11 06:18:44 -05:00
Ryan Higgins
ff8982f318
add local-use to circ stats report.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-10 05:27:39 -05:00
Paul POULAIN
8b3fd04e35
partial fix for catalogue_out
...
(+ removed tab in indenting)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-02-29 11:59:35 -06:00
f15df1102f
Fix for Bug 1853, Items not checked out label inconsistency
...
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-02-20 13:01:32 -06:00
f9341db5eb
Fix for Bug 1854, Selecting Columns for Display window doesn't resize in Guided Reports. Changed "width" to "min-width."
...
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-02-20 13:01:31 -06:00
Galen Charlton
ad5161d2dc
XHTML corrections: guided reports
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-02-15 08:24:51 -06:00
Galen Charlton
b01eb81b7a
XHTML corrections: tools and reports
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-02-15 08:24:46 -06:00
Henri-Damien LAURENT
e45912470f
BugFixing : 1299 /displaying lists for document types and borrower categories
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-17 21:00:59 -06:00
Chris Cormack
728fc49f8d
Fix for bug 1541, Show area name rather than number
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-14 19:15:18 -06:00
11fb51d19e
Some cleanup of new till reconciliation page, including adding menu item to sidebar menu and adding date format system pref to the script.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-08 16:13:02 -06:00
Chris Cormack
1bd7615fab
Adding link to til reconciliation
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-07 20:49:22 -06:00
Chris Cormack
af585e3009
More work on the til reconciliation report
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-07 20:49:19 -06:00
Chris Cormack
da1e7c52a2
stats.screen.pl template file, grabbed from 2.2 needs to be 3.0ified
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-07 20:49:18 -06:00
1a90d0db7d
Lots of reformatting of reports forms. Improvements to breadcrumbs. XHTML-compliance corrections. Fix to itemslost.pl for Bug 1733 (just a typo).
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 16:29:16 -06:00
Galen Charlton
ee805cd101
removed reports/inventory.pl
...
This had been moved to tools/ when 3.0 HEAD
was created, but the vestiges of the older
version had not been removed completely.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 16:24:44 -06:00
b4aeb41f71
A couple of patch corrections to remove hardcoded /prog/ path (allows for alternate templates). Also upgrading jquery to version 1.2.1.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 17:21:26 -06:00
Joshua Ferraro
8d726bf96c
nomenclature improvements for translation
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-20 16:18:25 -06:00
Joshua Ferraro
8d32567210
more nomenclature / translation cleanup
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-20 15:58:32 -06:00
Joshua Ferraro
2d16b723d1
Improvements to nomenclature and translations
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-12 09:00:54 -06:00
Joshua Ferraro
20055da807
Fixing nomenclature and tmpl_process3.pl bugs
...
tmpl_process3.pl still throws some multi-byte warnings
but no markup errors
There are still quite a few places we could normalize
to reduce the size of the translation file
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-11 18:37:01 -06:00
d3233315e0
Further markup fixes, adding toolbars for some admin pages
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-07 08:22:40 -06:00
3cb985eab1
More enhancements to guided reports markup and layout.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-06 06:29:32 -06:00
e809bb8145
Correcting invalid markup in new YUI autocomplete search feature; Correcting and updating markup in guided reports.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-06 06:29:26 -06:00
e04586d2f6
Correction to include in bookfund.tmpl; Formatting input form in systempreferences.tmpl; Tweaking markup and formatting of guided reports interface.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-04 16:34:57 -06:00
a39adc54c7
Fixing layout broken by addition of guided reports link
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-04 16:30:31 -06:00
Chris Cormack
5f43dddef5
Fix for bug 1528, template not translatable
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-30 17:51:47 -05:00
Chris Cormack
391a34af88
Fix to make the template translatable, bug 1528, and fix for 1529
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-30 17:51:46 -05:00
Russel Garlick
71eb4abfea
Tidying up save report confirmation page
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:12:45 -05:00
Russel Garlick
7d8f14ef86
Removing download report for saved reports and fixing a typo
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:12:44 -05:00
Russel Garlick
b905324196
Attempting to add Notes field to Create from SQL for reports
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:12:43 -05:00
Russel Garlick
335f05207a
Adding formatting to Saved Results for Reports
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:12:41 -05:00
Russel Garlick
8ef2605b08
Adding save successful page for guided reports
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:12:39 -05:00
Chris Cormack
71d41c0a9b
Can now view sql, and reports run page shows name
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:12:38 -05:00
Chris Cormack
0bbf24ae3d
catching changes
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:12:36 -05:00
Chris Cormack
ce0b4276f6
Getting stored results working
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:12:34 -05:00
Chris Cormack
6ac79ef1e0
Can now delete reports
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:12:31 -05:00
Russel Garlick
7e8f933b23
Fixing links in breadcrumb
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:12:24 -05:00
Russel Garlick
3214b400f1
Adding heading to create report from SQL page in Guided Reports
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:12:23 -05:00
Chris Cormack
d758212ac6
Splitting reports dictionary out into its own script.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:12:18 -05:00
Russel Garlick
54a33b8cfc
Writing help text and updating reports layout
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:12:14 -05:00
Russel Garlick
1a9af39d1c
Adding back button to all steps in build report
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:12:06 -05:00
Russel Garlick
4b15e910d2
Adding a back button
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:12:04 -05:00
Russel Garlick
98db1229d2
Table fix to step 6
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:12:02 -05:00
Russel Garlick
06c39e8905
Removing debug text and tidying up layout of 6 of 6
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:12:01 -05:00
Russel Garlick
2539c5f9d3
Fixing calendar image path
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:11:59 -05:00
Russel Garlick
c10ac86e7b
Added text to calendar link to help debug missing image button
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:11:58 -05:00
Russel Garlick
93ba52727d
Fixing the date entry that I broke when adding the tables
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:11:56 -05:00
Russel Garlick
1bde7a4c7f
Fixing layout step 5 of 6
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:11:55 -05:00
Russel Garlick
0abf4f6e3d
Another fix to tables for 4 of 6
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:11:51 -05:00
Russel Garlick
40cf3669b3
Changes to tables steps 4, 5 and 6
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:11:49 -05:00
Russel Garlick
8b7bbe258a
Fixing table layout on step 4 of 6
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:11:48 -05:00
Russel Garlick
0af4b8509f
Fixing breadcrumb navigation and layout
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:11:46 -05:00
Russel Garlick
acb9ebfb18
Fixing table bug
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:11:45 -05:00
Russel Garlick
50600e60ab
Editing layout and adding page headings
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:11:41 -05:00
Russel Garlick
319102b05d
Adding page heading
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:11:39 -05:00
Chris Cormack
68ce64a793
Bugfixing the template, and removing link to compound reports
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:11:35 -05:00
Chris Cormack
c3f54e68bf
Dictionary template
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:11:30 -05:00
Chris Cormack
3122d1fdbf
Can now add definitions to reports
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:11:27 -05:00
Chris Cormack
67401f37b4
More work on the dictionary, nearly have all the interface done
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:11:24 -05:00
Chris Cormack
b347ff51a6
Adding reports code
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:11:22 -05:00
paul
a5bd240321
FIX for Date calculation
...
Rule :
- always format_date() before sending date to template
- always format_date_in_iso immediatly after reading a date coming from a parameter
- deal internally only with dates in iso
Note that :
- I could not test things related to issues stats due to the my DB -issues.issuedate not filled, see commit about 3.00.00.006
- acquisitions_stats does not work when you filter on date
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-11 11:51:12 -05:00
24ede7cad9
Refining holds menu display; restructuring forgotton stopwords.tmpl with breadcrumbs, layout, etc; Formatting reports-home.tmpl as "dashboard."
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-02 15:44:19 -05:00
9b05e9c2d5
Fixes for Bug 1457. Also replacing calendar widget script and css calls with call to calendar.inc
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-02 15:39:52 -05:00
2666466407
Corrections, and first test of Circ toolbar
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-25 14:46:54 -05:00
Joshua Ferraro
606ae968a8
moving itemslost to reports from tools
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-18 20:47:48 -05:00
205d0d3200
Adding breadcrumbs menu to serials pages
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-14 17:47:19 -05:00
c442e8fa1e
Modifications to ensure XHTML compliance; Adding breadcrumbs and global search
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-12 20:54:47 -05:00
039df85cf9
Moving inline script blocks to <head> where possible
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-04 16:35:52 -05:00
Paul POULAIN
9521bf68b8
some spelling fixes
...
in 2 english templates and a french plugin
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-03 03:40:14 -05:00
c44f56fcac
Moving </head><body> into body of templates so that js and css can be embedded per-page.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-30 15:50:54 -05:00
3262d91a16
Modifications to enable YUI-Grids layout structure. Unfinished.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-28 16:50:42 -05:00
c6131c4429
Corrections for XHTML compliance, again.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-28 16:50:18 -05:00
Joshua Ferraro
27d45375d0
moving calendar to lib
...
Output.pm: sanatizing variable names
ran perl -pi~ -e 's/\/includes\/calendar\//\/lib\/calendar\//' * in every staff template dir
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:30:49 -05:00
Joshua Ferraro
d08387dd28
first go at moving templates to a modules/ dir
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-23 21:11:27 -05:00