From 4bd356f13f22194f846735af7b16e97e8f260333 Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 23 Oct 2009 16:44:22 +0000 Subject: [PATCH] Another monster patch. Change each tab to 4 spaces in the staff client xul, html, and css files. Did this to effect the change: find . -name '*.xul' -exec sed -i 's/\t/ /g' {} \; find . -name '*html' -exec sed -i 's/\t/ /g' {} \; find . -name '*.css' -exec sed -i 's/\t/ /g' {} \; Statements like dump('\t\tFoo\n'); are unaffected. I imagine we'll need to realign and reindent things as we encounter visual ugliness. git-svn-id: svn://svn.open-ils.org/ILS/trunk@14578 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../chrome/content/OpenILS/util_overlay_chrome.xul | 34 +- .../content/OpenILS/util_overlay_offline.xul | 18 +- .../chrome/content/admin/survey_overlay.xul | 152 +- .../chrome/content/admin/survey_wizard.xul | 92 +- .../xul/staff_client/chrome/content/cat/opac.xul | 90 +- .../staff_client/chrome/content/circ/offline.xul | 122 +- .../chrome/content/circ/offline_checkin.xul | 122 +- .../chrome/content/circ/offline_checkout.xul | 196 +- .../chrome/content/circ/offline_in_house_use.xul | 138 +- .../chrome/content/circ/offline_register.xul | 218 +-- .../chrome/content/circ/offline_renew.xul | 188 +- .../staff_client/chrome/content/main/about.html | 12 +- .../xul/staff_client/chrome/content/main/main.xul | 286 +-- .../chrome/content/main/menu_frame.xul | 92 +- .../chrome/content/main/menu_frame_menus.xul | 446 ++--- .../chrome/content/main/menu_frame_overlay.xul | 74 +- .../chrome/content/main/simple_auth.xul | 270 +-- .../xul/staff_client/chrome/content/main/test.xul | 6 +- .../staff_client/chrome/content/util/browser.xul | 186 +- .../chrome/content/util/fancy_prompt.xul | 236 +-- .../staff_client/chrome/content/util/fm_view.xul | 376 ++-- .../chrome/content/util/list_clipboard.xul | 162 +- .../staff_client/chrome/content/util/rbrowser.xul | 188 +- Open-ILS/xul/staff_client/chrome/skin/global.css | 12 +- .../xul/staff_client/external/dojo_template.xul | 26 +- Open-ILS/xul/staff_client/external/template.xul | 102 +- .../staff_client/server/OpenILS/util_overlay.xul | 38 +- Open-ILS/xul/staff_client/server/admin/admin.css | 34 +- .../staff_client/server/admin/cash_reports.xhtml | 172 +- .../staff_client/server/admin/closed_dates.xhtml | 448 ++--- .../staff_client/server/admin/copy_locations.xhtml | 346 ++-- .../staff_client/server/admin/font_settings.xul | 308 +-- .../staff_client/server/admin/hold_pull_list.xhtml | 162 +- .../server/admin/hold_pull_list_classic.xhtml | 82 +- Open-ILS/xul/staff_client/server/admin/index.xhtml | 154 +- .../staff_client/server/admin/non_cat_types.xhtml | 304 +-- .../server/admin/offline_manage_xacts.xul | 140 +- .../server/admin/org_unit_settings.xhtml | 6 +- .../server/admin/printer_settings.html | 46 +- .../server/admin/stat_cat_editor.xhtml | 478 ++--- .../xul/staff_client/server/admin/transit_list.xul | 260 +-- .../staff_client/server/admin/upload_xacts.xhtml | 56 +- .../xul/staff_client/server/admin/work_log.xul | 22 +- Open-ILS/xul/staff_client/server/cat/bib_brief.xul | 24 +- .../staff_client/server/cat/bib_brief_overlay.xul | 6 +- .../xul/staff_client/server/cat/copy_browser.xul | 320 ++-- .../xul/staff_client/server/cat/copy_buckets.xul | 122 +- .../server/cat/copy_buckets_overlay.xul | 98 +- .../staff_client/server/cat/copy_buckets_quick.xul | 298 +-- .../xul/staff_client/server/cat/copy_editor.xul | 122 +- .../xul/staff_client/server/cat/copy_notes.xul | 384 ++-- .../xul/staff_client/server/cat/copy_summary.xul | 432 ++--- Open-ILS/xul/staff_client/server/cat/marc_new.xul | 252 +-- .../xul/staff_client/server/cat/marc_view.html | 38 +- Open-ILS/xul/staff_client/server/cat/marc_view.xul | 94 +- Open-ILS/xul/staff_client/server/cat/marcedit.css | 54 +- Open-ILS/xul/staff_client/server/cat/marcedit.xul | 358 ++-- .../xul/staff_client/server/cat/record_buckets.xul | 174 +- .../server/cat/record_buckets_overlay.xul | 118 +- .../server/cat/record_buckets_quick.xul | 288 +-- .../xul/staff_client/server/cat/spine_labels.xul | 274 +-- .../xul/staff_client/server/cat/volume_buckets.xul | 74 +- .../server/cat/volume_copy_creator.xul | 74 +- .../xul/staff_client/server/cat/volume_editor.xul | 152 +- Open-ILS/xul/staff_client/server/cat/z3950.xul | 124 +- .../server/circ/alternate_copy_summary.xul | 20 +- .../server/circ/backdate_post_checkin.xul | 22 +- Open-ILS/xul/staff_client/server/circ/checkin.xul | 158 +- .../staff_client/server/circ/checkin_overlay.xul | 182 +- Open-ILS/xul/staff_client/server/circ/checkout.xul | 142 +- .../staff_client/server/circ/checkout_overlay.xul | 92 +- .../xul/staff_client/server/circ/circ_brief.xul | 258 +-- .../xul/staff_client/server/circ/circ_summary.xul | 230 +-- .../xul/staff_client/server/circ/copy_details.xul | 386 ++-- .../xul/staff_client/server/circ/copy_status.xul | 216 +-- .../server/circ/copy_status_overlay.xul | 286 +-- .../xul/staff_client/server/circ/in_house_use.xul | 158 +- .../staff_client/server/circ/pre_cat_fields.xul | 120 +- .../server/circ/print_list_template_editor.xul | 202 +- Open-ILS/xul/staff_client/server/circ/renew.xul | 120 +- .../xul/staff_client/server/circ/renew_overlay.xul | 170 +- Open-ILS/xul/staff_client/server/index.xhtml | 6 +- Open-ILS/xul/staff_client/server/main/data.xul | 334 ++-- .../server/main/gen_offline_widgets.xul | 406 ++-- .../xul/staff_client/server/main/simple_auth.xul | 274 +-- .../server/main/verify_credentials.xul | 36 +- Open-ILS/xul/staff_client/server/main/ws_info.xul | 298 +-- .../staff_client/server/patron/barcode_entry.xul | 336 ++-- Open-ILS/xul/staff_client/server/patron/bill2.xul | 24 +- .../staff_client/server/patron/bill_cc_info.xul | 170 +- .../staff_client/server/patron/bill_check_info.xul | 122 +- .../staff_client/server/patron/bill_details.xul | 80 +- .../staff_client/server/patron/bill_history.xul | 22 +- .../server/patron/bill_summary_overlay.xul | 104 +- .../xul/staff_client/server/patron/bill_wizard.xul | 84 +- Open-ILS/xul/staff_client/server/patron/bills.xul | 110 +- .../staff_client/server/patron/bills_overlay.xul | 208 +- .../xul/staff_client/server/patron/display.xul | 188 +- .../staff_client/server/patron/display_horiz.xul | 188 +- .../server/patron/display_horiz_overlay.xul | 60 +- .../staff_client/server/patron/display_overlay.xul | 60 +- .../server/patron/edit_standing_penalty.xul | 22 +- .../xul/staff_client/server/patron/hold_cancel.xul | 22 +- .../staff_client/server/patron/hold_details.xul | 42 +- Open-ILS/xul/staff_client/server/patron/holds.xul | 104 +- .../staff_client/server/patron/holds_overlay.xul | 130 +- .../xul/staff_client/server/patron/info_group.xul | 856 ++++----- .../xul/staff_client/server/patron/info_notes.xul | 460 ++--- .../staff_client/server/patron/info_stat_cats.xul | 352 ++-- .../staff_client/server/patron/info_surveys.xul | 332 ++-- Open-ILS/xul/staff_client/server/patron/items.xul | 174 +- .../staff_client/server/patron/items_overlay.xul | 216 +-- .../server/patron/new_standing_penalty.xul | 22 +- .../xul/staff_client/server/patron/search_form.xul | 122 +- .../server/patron/search_form_horiz.xul | 122 +- .../server/patron/search_form_horiz_overlay.xul | 164 +- .../server/patron/search_form_overlay.xul | 234 +-- .../staff_client/server/patron/search_result.xul | 112 +- .../server/patron/search_result_overlay.xul | 26 +- .../server/patron/standing_penalties.xul | 56 +- .../xul/staff_client/server/patron/summary.xul | 158 +- .../staff_client/server/patron/summary_overlay.xul | 356 ++-- .../server/patron/summary_overlay_horiz.xul | 232 +-- Open-ILS/xul/staff_client/server/patron/ue.xhtml | 1992 ++++++++++---------- .../staff_client/server/patron/user_buckets.xul | 64 +- .../xul/staff_client/server/patron/user_edit.xhtml | 238 +-- Open-ILS/xul/staff_client/server/skin/global.css | 14 +- 127 files changed, 11637 insertions(+), 11637 deletions(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_chrome.xul b/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_chrome.xul index 9995ad3af2..da812276ad 100644 --- a/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_chrome.xul +++ b/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_chrome.xul @@ -2,23 +2,23 @@ - - - - + + + + diff --git a/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_offline.xul b/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_offline.xul index fd8f9a1b90..09061f5b43 100644 --- a/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_offline.xul +++ b/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_offline.xul @@ -4,15 +4,15 @@ - - - + + + diff --git a/Open-ILS/xul/staff_client/chrome/content/admin/survey_overlay.xul b/Open-ILS/xul/staff_client/chrome/content/admin/survey_overlay.xul index 0ac3dca092..8afa457c54 100644 --- a/Open-ILS/xul/staff_client/chrome/content/admin/survey_overlay.xul +++ b/Open-ILS/xul/staff_client/chrome/content/admin/survey_overlay.xul @@ -1,96 +1,96 @@ + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> - + - - - + + + - - - - - - - - - - + + - - + + - - - - - + + + + + - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - -