refinerycms 0.9.6.34 → 0.9.7
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +9 -8
- data/Gemfile +50 -0
- data/Rakefile +1 -1
- data/bin/refinery +22 -11
- data/bin/refinery-update-core +45 -27
- data/changelog.md +313 -0
- data/config.ru +5 -0
- data/config/acts_as_indexed_config.rb +7 -0
- data/config/amazon_s3.yml.example +3 -3
- data/config/application.rb +7 -11
- data/config/boot.rb +15 -1
- data/config/cucumber.yml +8 -0
- data/config/database.yml.example +24 -0
- data/config/environments/cucumber.rb +27 -0
- data/config/environments/development.rb +0 -1
- data/config/environments/production.rb +2 -1
- data/config/i18n-js.yml +6 -0
- data/config/initializers/field_with_error_fix.rb +3 -0
- data/config/preinitializer.rb +20 -18
- data/config/routes.rb +8 -3
- data/db/migrate/20100125003944_rename_title_to_name_on_user_plugins.rb +9 -0
- data/db/migrate/20100125033146_migrate_old_plugin_titles_to_plugin_names_for_users.rb +61 -0
- data/db/migrate/20100419001048_change_image_grid_thumbnail_size_and_regenerate.rb +13 -0
- data/db/migrate/20100522020225_rename_permissions_for_resources_plugin_to_files.rb +15 -0
- data/db/migrate/20100525084518_remove_take_down_for_maintenance_page.rb +19 -0
- data/db/migrate/20100525110237_add_small_and_large_thumbnail_sizes.rb +14 -0
- data/db/migrate/20100530205942_update_link_url_on_pages_from_inquiries_new_to_contact.rb +31 -0
- data/db/migrate/20100606173919_create_page_translations.rb +12 -0
- data/db/migrate/20100608062447_add_scoping_to_refinery_settings.rb +9 -0
- data/db/migrate/20100623220402_add_restricted_to_refinery_settings.rb +9 -0
- data/db/migrate/20100624024501_add_roles.rb +24 -0
- data/db/migrate/20100629081543_add_callback_proc_as_string_to_refinery_settings.rb +9 -0
- data/db/migrate/20100701053151_remove_superuser_from_users.rb +20 -0
- data/db/migrate/20100702022630_add_spam_to_inquiries.rb +11 -0
- data/db/schema.rb +28 -10
- data/db/seeds.rb +6 -119
- data/db/seeds/inquiry_settings.rb +2 -0
- data/db/seeds/pages.rb +81 -0
- data/db/seeds/refinery_settings.rb +19 -0
- data/features/refinery/dashboard.feature +4 -0
- data/features/refinery/manage_files.feature +4 -0
- data/features/refinery/manage_images.feature +4 -0
- data/features/refinery/manage_inquiries.feature +4 -0
- data/features/refinery/manage_pages.feature +39 -0
- data/features/refinery/manage_refinery_settings.feature +4 -0
- data/features/refinery/manage_users.feature +29 -0
- data/features/refinery/site_bar.feature +22 -0
- data/features/step_definitions/refinery/page_steps.rb +23 -0
- data/features/step_definitions/refinery/user_steps.rb +33 -0
- data/features/step_definitions/web_steps.rb +271 -0
- data/features/support/env.rb +63 -0
- data/features/support/factories.rb +19 -0
- data/features/support/negative_expectations_helper.rb +57 -0
- data/features/support/paths.rb +39 -0
- data/lib/gemspec.rb +35 -0
- data/lib/refinery/tasks/refinery.rake +0 -30
- data/lib/tasks/cucumber.rake +53 -0
- data/lib/tasks/rspec.rake +144 -0
- data/public/images/refinery/admin_bg.png +0 -0
- data/public/images/refinery/cross.png +0 -0
- data/public/images/refinery/icons/bin.png +0 -0
- data/public/images/refinery/icons/bin_closed.png +0 -0
- data/public/images/refinery/icons/doc.png +0 -0
- data/public/images/refinery/icons/email.png +0 -0
- data/public/images/refinery/icons/flags/ad.png +0 -0
- data/public/images/refinery/icons/flags/ae.png +0 -0
- data/public/images/refinery/icons/flags/af.png +0 -0
- data/public/images/refinery/icons/flags/ag.png +0 -0
- data/public/images/refinery/icons/flags/ai.png +0 -0
- data/public/images/refinery/icons/flags/al.png +0 -0
- data/public/images/refinery/icons/flags/am.png +0 -0
- data/public/images/refinery/icons/flags/an.png +0 -0
- data/public/images/refinery/icons/flags/ao.png +0 -0
- data/public/images/refinery/icons/flags/ar.png +0 -0
- data/public/images/refinery/icons/flags/as.png +0 -0
- data/public/images/refinery/icons/flags/at.png +0 -0
- data/public/images/refinery/icons/flags/au.png +0 -0
- data/public/images/refinery/icons/flags/aw.png +0 -0
- data/public/images/refinery/icons/flags/ax.png +0 -0
- data/public/images/refinery/icons/flags/az.png +0 -0
- data/public/images/refinery/icons/flags/ba.png +0 -0
- data/public/images/refinery/icons/flags/bb.png +0 -0
- data/public/images/refinery/icons/flags/bd.png +0 -0
- data/public/images/refinery/icons/flags/be.png +0 -0
- data/public/images/refinery/icons/flags/bf.png +0 -0
- data/public/images/refinery/icons/flags/bg.png +0 -0
- data/public/images/refinery/icons/flags/bh.png +0 -0
- data/public/images/refinery/icons/flags/bi.png +0 -0
- data/public/images/refinery/icons/flags/bj.png +0 -0
- data/public/images/refinery/icons/flags/bm.png +0 -0
- data/public/images/refinery/icons/flags/bn.png +0 -0
- data/public/images/refinery/icons/flags/bo.png +0 -0
- data/public/images/refinery/icons/flags/bs.png +0 -0
- data/public/images/refinery/icons/flags/bt.png +0 -0
- data/public/images/refinery/icons/flags/bv.png +0 -0
- data/public/images/refinery/icons/flags/bw.png +0 -0
- data/public/images/refinery/icons/flags/by.png +0 -0
- data/public/images/refinery/icons/flags/bz.png +0 -0
- data/public/images/refinery/icons/flags/ca.png +0 -0
- data/public/images/refinery/icons/flags/catalonia.png +0 -0
- data/public/images/refinery/icons/flags/cc.png +0 -0
- data/public/images/refinery/icons/flags/cd.png +0 -0
- data/public/images/refinery/icons/flags/cf.png +0 -0
- data/public/images/refinery/icons/flags/cg.png +0 -0
- data/public/images/refinery/icons/flags/ch.png +0 -0
- data/public/images/refinery/icons/flags/ci.png +0 -0
- data/public/images/refinery/icons/flags/ck.png +0 -0
- data/public/images/refinery/icons/flags/cl.png +0 -0
- data/public/images/refinery/icons/flags/cm.png +0 -0
- data/public/images/refinery/icons/flags/cn.png +0 -0
- data/public/images/refinery/icons/flags/co.png +0 -0
- data/public/images/refinery/icons/flags/cr.png +0 -0
- data/public/images/refinery/icons/flags/cs.png +0 -0
- data/public/images/refinery/icons/flags/cu.png +0 -0
- data/public/images/refinery/icons/flags/cv.png +0 -0
- data/public/images/refinery/icons/flags/cx.png +0 -0
- data/public/images/refinery/icons/flags/cy.png +0 -0
- data/public/images/refinery/icons/flags/cz.png +0 -0
- data/public/images/refinery/icons/flags/da.png +0 -0
- data/public/images/refinery/icons/flags/de.png +0 -0
- data/public/images/refinery/icons/flags/dj.png +0 -0
- data/public/images/refinery/icons/flags/dm.png +0 -0
- data/public/images/refinery/icons/flags/do.png +0 -0
- data/public/images/refinery/icons/flags/dz.png +0 -0
- data/public/images/refinery/icons/flags/ec.png +0 -0
- data/public/images/refinery/icons/flags/ee.png +0 -0
- data/public/images/refinery/icons/flags/eg.png +0 -0
- data/public/images/refinery/icons/flags/eh.png +0 -0
- data/public/images/refinery/icons/flags/en.png +0 -0
- data/public/images/refinery/icons/flags/england.png +0 -0
- data/public/images/refinery/icons/flags/er.png +0 -0
- data/public/images/refinery/icons/flags/es.png +0 -0
- data/public/images/refinery/icons/flags/et.png +0 -0
- data/public/images/refinery/icons/flags/europeanunion.png +0 -0
- data/public/images/refinery/icons/flags/fam.png +0 -0
- data/public/images/refinery/icons/flags/fi.png +0 -0
- data/public/images/refinery/icons/flags/fj.png +0 -0
- data/public/images/refinery/icons/flags/fk.png +0 -0
- data/public/images/refinery/icons/flags/fm.png +0 -0
- data/public/images/refinery/icons/flags/fo.png +0 -0
- data/public/images/refinery/icons/flags/fr.png +0 -0
- data/public/images/refinery/icons/flags/ga.png +0 -0
- data/public/images/refinery/icons/flags/gb.png +0 -0
- data/public/images/refinery/icons/flags/gd.png +0 -0
- data/public/images/refinery/icons/flags/ge.png +0 -0
- data/public/images/refinery/icons/flags/gf.png +0 -0
- data/public/images/refinery/icons/flags/gh.png +0 -0
- data/public/images/refinery/icons/flags/gi.png +0 -0
- data/public/images/refinery/icons/flags/gl.png +0 -0
- data/public/images/refinery/icons/flags/gm.png +0 -0
- data/public/images/refinery/icons/flags/gn.png +0 -0
- data/public/images/refinery/icons/flags/gp.png +0 -0
- data/public/images/refinery/icons/flags/gq.png +0 -0
- data/public/images/refinery/icons/flags/gr.png +0 -0
- data/public/images/refinery/icons/flags/gs.png +0 -0
- data/public/images/refinery/icons/flags/gt.png +0 -0
- data/public/images/refinery/icons/flags/gu.png +0 -0
- data/public/images/refinery/icons/flags/gw.png +0 -0
- data/public/images/refinery/icons/flags/gy.png +0 -0
- data/public/images/refinery/icons/flags/hk.png +0 -0
- data/public/images/refinery/icons/flags/hm.png +0 -0
- data/public/images/refinery/icons/flags/hn.png +0 -0
- data/public/images/refinery/icons/flags/hr.png +0 -0
- data/public/images/refinery/icons/flags/ht.png +0 -0
- data/public/images/refinery/icons/flags/hu.png +0 -0
- data/public/images/refinery/icons/flags/id.png +0 -0
- data/public/images/refinery/icons/flags/ie.png +0 -0
- data/public/images/refinery/icons/flags/il.png +0 -0
- data/public/images/refinery/icons/flags/in.png +0 -0
- data/public/images/refinery/icons/flags/io.png +0 -0
- data/public/images/refinery/icons/flags/iq.png +0 -0
- data/public/images/refinery/icons/flags/ir.png +0 -0
- data/public/images/refinery/icons/flags/is.png +0 -0
- data/public/images/refinery/icons/flags/it.png +0 -0
- data/public/images/refinery/icons/flags/jm.png +0 -0
- data/public/images/refinery/icons/flags/jo.png +0 -0
- data/public/images/refinery/icons/flags/jp.png +0 -0
- data/public/images/refinery/icons/flags/ke.png +0 -0
- data/public/images/refinery/icons/flags/kg.png +0 -0
- data/public/images/refinery/icons/flags/kh.png +0 -0
- data/public/images/refinery/icons/flags/ki.png +0 -0
- data/public/images/refinery/icons/flags/km.png +0 -0
- data/public/images/refinery/icons/flags/kn.png +0 -0
- data/public/images/refinery/icons/flags/kp.png +0 -0
- data/public/images/refinery/icons/flags/kr.png +0 -0
- data/public/images/refinery/icons/flags/kw.png +0 -0
- data/public/images/refinery/icons/flags/ky.png +0 -0
- data/public/images/refinery/icons/flags/kz.png +0 -0
- data/public/images/refinery/icons/flags/la.png +0 -0
- data/public/images/refinery/icons/flags/lb.png +0 -0
- data/public/images/refinery/icons/flags/lc.png +0 -0
- data/public/images/refinery/icons/flags/li.png +0 -0
- data/public/images/refinery/icons/flags/lk.png +0 -0
- data/public/images/refinery/icons/flags/lr.png +0 -0
- data/public/images/refinery/icons/flags/ls.png +0 -0
- data/public/images/refinery/icons/flags/lt.png +0 -0
- data/public/images/refinery/icons/flags/lu.png +0 -0
- data/public/images/refinery/icons/flags/lv.png +0 -0
- data/public/images/refinery/icons/flags/ly.png +0 -0
- data/public/images/refinery/icons/flags/ma.png +0 -0
- data/public/images/refinery/icons/flags/mc.png +0 -0
- data/public/images/refinery/icons/flags/md.png +0 -0
- data/public/images/refinery/icons/flags/me.png +0 -0
- data/public/images/refinery/icons/flags/mg.png +0 -0
- data/public/images/refinery/icons/flags/mh.png +0 -0
- data/public/images/refinery/icons/flags/mk.png +0 -0
- data/public/images/refinery/icons/flags/ml.png +0 -0
- data/public/images/refinery/icons/flags/mm.png +0 -0
- data/public/images/refinery/icons/flags/mn.png +0 -0
- data/public/images/refinery/icons/flags/mo.png +0 -0
- data/public/images/refinery/icons/flags/mp.png +0 -0
- data/public/images/refinery/icons/flags/mq.png +0 -0
- data/public/images/refinery/icons/flags/mr.png +0 -0
- data/public/images/refinery/icons/flags/ms.png +0 -0
- data/public/images/refinery/icons/flags/mt.png +0 -0
- data/public/images/refinery/icons/flags/mu.png +0 -0
- data/public/images/refinery/icons/flags/mv.png +0 -0
- data/public/images/refinery/icons/flags/mw.png +0 -0
- data/public/images/refinery/icons/flags/mx.png +0 -0
- data/public/images/refinery/icons/flags/my.png +0 -0
- data/public/images/refinery/icons/flags/mz.png +0 -0
- data/public/images/refinery/icons/flags/na.png +0 -0
- data/public/images/refinery/icons/flags/nb.png +0 -0
- data/public/images/refinery/icons/flags/nc.png +0 -0
- data/public/images/refinery/icons/flags/ne.png +0 -0
- data/public/images/refinery/icons/flags/nf.png +0 -0
- data/public/images/refinery/icons/flags/ng.png +0 -0
- data/public/images/refinery/icons/flags/ni.png +0 -0
- data/public/images/refinery/icons/flags/nl.png +0 -0
- data/public/images/refinery/icons/flags/nn.png +0 -0
- data/public/images/refinery/icons/flags/np.png +0 -0
- data/public/images/refinery/icons/flags/nr.png +0 -0
- data/public/images/refinery/icons/flags/nu.png +0 -0
- data/public/images/refinery/icons/flags/nz.png +0 -0
- data/public/images/refinery/icons/flags/om.png +0 -0
- data/public/images/refinery/icons/flags/pa.png +0 -0
- data/public/images/refinery/icons/flags/pe.png +0 -0
- data/public/images/refinery/icons/flags/pf.png +0 -0
- data/public/images/refinery/icons/flags/pg.png +0 -0
- data/public/images/refinery/icons/flags/ph.png +0 -0
- data/public/images/refinery/icons/flags/pk.png +0 -0
- data/public/images/refinery/icons/flags/pl.png +0 -0
- data/public/images/refinery/icons/flags/pm.png +0 -0
- data/public/images/refinery/icons/flags/pn.png +0 -0
- data/public/images/refinery/icons/flags/pr.png +0 -0
- data/public/images/refinery/icons/flags/ps.png +0 -0
- data/public/images/refinery/icons/flags/pt-BR.png +0 -0
- data/public/images/refinery/icons/flags/pt.png +0 -0
- data/public/images/refinery/icons/flags/pw.png +0 -0
- data/public/images/refinery/icons/flags/py.png +0 -0
- data/public/images/refinery/icons/flags/qa.png +0 -0
- data/public/images/refinery/icons/flags/re.png +0 -0
- data/public/images/refinery/icons/flags/ro.png +0 -0
- data/public/images/refinery/icons/flags/rs.png +0 -0
- data/public/images/refinery/icons/flags/ru.png +0 -0
- data/public/images/refinery/icons/flags/rw.png +0 -0
- data/public/images/refinery/icons/flags/sa.png +0 -0
- data/public/images/refinery/icons/flags/sb.png +0 -0
- data/public/images/refinery/icons/flags/sc.png +0 -0
- data/public/images/refinery/icons/flags/scotland.png +0 -0
- data/public/images/refinery/icons/flags/sd.png +0 -0
- data/public/images/refinery/icons/flags/se.png +0 -0
- data/public/images/refinery/icons/flags/sg.png +0 -0
- data/public/images/refinery/icons/flags/sh.png +0 -0
- data/public/images/refinery/icons/flags/si.png +0 -0
- data/public/images/refinery/icons/flags/sj.png +0 -0
- data/public/images/refinery/icons/flags/sk.png +0 -0
- data/public/images/refinery/icons/flags/sl.png +0 -0
- data/public/images/refinery/icons/flags/sm.png +0 -0
- data/public/images/refinery/icons/flags/sn.png +0 -0
- data/public/images/refinery/icons/flags/so.png +0 -0
- data/public/images/refinery/icons/flags/sr.png +0 -0
- data/public/images/refinery/icons/flags/st.png +0 -0
- data/public/images/refinery/icons/flags/sv.png +0 -0
- data/public/images/refinery/icons/flags/sy.png +0 -0
- data/public/images/refinery/icons/flags/sz.png +0 -0
- data/public/images/refinery/icons/flags/tc.png +0 -0
- data/public/images/refinery/icons/flags/td.png +0 -0
- data/public/images/refinery/icons/flags/tf.png +0 -0
- data/public/images/refinery/icons/flags/tg.png +0 -0
- data/public/images/refinery/icons/flags/th.png +0 -0
- data/public/images/refinery/icons/flags/tj.png +0 -0
- data/public/images/refinery/icons/flags/tk.png +0 -0
- data/public/images/refinery/icons/flags/tl.png +0 -0
- data/public/images/refinery/icons/flags/tm.png +0 -0
- data/public/images/refinery/icons/flags/tn.png +0 -0
- data/public/images/refinery/icons/flags/to.png +0 -0
- data/public/images/refinery/icons/flags/tr.png +0 -0
- data/public/images/refinery/icons/flags/tt.png +0 -0
- data/public/images/refinery/icons/flags/tv.png +0 -0
- data/public/images/refinery/icons/flags/tw.png +0 -0
- data/public/images/refinery/icons/flags/tz.png +0 -0
- data/public/images/refinery/icons/flags/ua.png +0 -0
- data/public/images/refinery/icons/flags/ug.png +0 -0
- data/public/images/refinery/icons/flags/um.png +0 -0
- data/public/images/refinery/icons/flags/us.png +0 -0
- data/public/images/refinery/icons/flags/uy.png +0 -0
- data/public/images/refinery/icons/flags/uz.png +0 -0
- data/public/images/refinery/icons/flags/va.png +0 -0
- data/public/images/refinery/icons/flags/vc.png +0 -0
- data/public/images/refinery/icons/flags/ve.png +0 -0
- data/public/images/refinery/icons/flags/vg.png +0 -0
- data/public/images/refinery/icons/flags/vi.png +0 -0
- data/public/images/refinery/icons/flags/vn.png +0 -0
- data/public/images/refinery/icons/flags/vu.png +0 -0
- data/public/images/refinery/icons/flags/wales.png +0 -0
- data/public/images/refinery/icons/flags/wf.png +0 -0
- data/public/images/refinery/icons/flags/ws.png +0 -0
- data/public/images/refinery/icons/flags/ye.png +0 -0
- data/public/images/refinery/icons/flags/yt.png +0 -0
- data/public/images/refinery/icons/flags/za.png +0 -0
- data/public/images/refinery/icons/flags/zm.png +0 -0
- data/public/images/refinery/icons/flags/zw.png +0 -0
- data/public/images/refinery/icons/folder_page_white.png +0 -0
- data/public/images/refinery/icons/img.png +0 -0
- data/public/images/refinery/icons/music.png +0 -0
- data/public/images/refinery/icons/page_white_gear.png +0 -0
- data/public/images/refinery/icons/pdf.png +0 -0
- data/public/images/refinery/icons/ppt.png +0 -0
- data/public/images/refinery/icons/xls.png +0 -0
- data/public/images/refinery/icons/zip.png +0 -0
- data/public/images/refinery/logo-site-bar.png +0 -0
- data/public/images/refinery/nav_inactive_background.png +0 -0
- data/public/images/refinery/orange_button.png +0 -0
- data/public/images/refinery/text_field_background.png +0 -0
- data/public/images/refinery/tooltip-nib.png +0 -0
- data/public/images/wymeditor/skins/refinery/text_indent.png +0 -0
- data/public/images/wymeditor/skins/refinery/text_indent_remove.png +0 -0
- data/public/javascripts/admin.js +6 -8
- data/public/javascripts/i18n-messages.js +2 -0
- data/public/javascripts/jquery-min.js +154 -0
- data/public/javascripts/jquery-ui-custom-min.js +244 -0
- data/public/javascripts/jquery/jquery.corner.js +314 -216
- data/public/javascripts/jquery/jquery.html5-placeholder-shim.js +81 -0
- data/public/javascripts/jquery/jquery.nestedsortables.js +186 -0
- data/public/javascripts/jquery/jquery.textTruncate.js +174 -0
- data/public/javascripts/jquery/jquery.timers.js +138 -0
- data/public/javascripts/refinery/admin.js +352 -153
- data/public/javascripts/refinery/boot_wym.js +81 -46
- data/public/javascripts/refinery/i18n.js +340 -0
- data/public/javascripts/wymeditor/jquery.refinery.wymeditor.js +359 -363
- data/public/javascripts/wymeditor/lang/en.js +46 -46
- data/public/javascripts/wymeditor/lang/nl.js +5 -3
- data/public/javascripts/wymeditor/lang/pt-br.js +3 -2
- data/public/javascripts/wymeditor/lang/sl.js +47 -0
- data/public/javascripts/wymeditor/skins/refinery/skin.js +23 -23
- data/public/robots.txt +1 -0
- data/public/stylesheets/application.css +3 -3
- data/public/stylesheets/formatting.css +3 -3
- data/public/stylesheets/home.css +2 -2
- data/public/stylesheets/ie7.css +1 -0
- data/public/stylesheets/refinery/application.css +4 -2
- data/public/stylesheets/refinery/formatting.css +15 -15
- data/public/stylesheets/refinery/ie.css +20 -0
- data/public/stylesheets/refinery/refinery.css +680 -462
- data/public/stylesheets/refinery/site_bar.css +68 -25
- data/public/stylesheets/refinery/theme.css +14 -14
- data/public/stylesheets/refinery/tooltips.css +28 -32
- data/public/stylesheets/refinery/ui.css +25 -10
- data/public/stylesheets/wymeditor/skins/refinery/skin.css +148 -149
- data/public/stylesheets/wymeditor/skins/refinery/wymiframe.css +67 -63
- data/readme.md +48 -17
- data/script/about +1 -1
- data/script/autospec +6 -0
- data/script/console +1 -1
- data/script/cucumber +10 -0
- data/script/dbconsole +1 -1
- data/script/destroy +1 -1
- data/script/generate +1 -1
- data/script/performance/benchmarker +1 -1
- data/script/performance/profiler +1 -1
- data/script/performance/request +1 -1
- data/script/plugin +1 -1
- data/script/process/inspector +1 -1
- data/script/process/reaper +1 -1
- data/script/process/spawner +1 -1
- data/script/runner +1 -1
- data/script/server +1 -1
- data/script/spec +10 -0
- data/test/fixtures/images.yml +1 -2
- data/test/fixtures/pages.yml +4 -4
- data/test/fixtures/user_plugins.yml +20 -24
- data/test/functional/dashboard_controller_test.rb +2 -1
- data/test/functional/images_controller_test.rb +3 -10
- data/test/unit/image_test.rb +1 -1
- data/test/unit/inquiry_test.rb +6 -6
- data/test/unit/page_test.rb +31 -1
- data/test/unit/refinery_setting_test.rb +1 -1
- data/themes/demolicious/stylesheets/application.css +23 -12
- data/themes/demolicious/stylesheets/formatting.css +3 -3
- data/themes/demolicious/stylesheets/home.css +1 -4
- data/themes/demolicious/views/layouts/application.html.erb +5 -5
- data/themes/demolicious/views/pages/home.html.erb +1 -1
- data/themes/hemingway/stylesheets/application.css +1 -1
- data/themes/hemingway/views/layouts/application.html.erb +1 -0
- data/todo.md +19 -5
- data/vendor/plugins/authentication/app/controllers/admin/users_controller.rb +13 -18
- data/vendor/plugins/authentication/app/controllers/sessions_controller.rb +21 -6
- data/vendor/plugins/authentication/app/controllers/users_controller.rb +57 -49
- data/vendor/plugins/authentication/app/models/role.rb +16 -0
- data/vendor/plugins/authentication/app/models/user.rb +21 -8
- data/vendor/plugins/authentication/app/models/user_mailer.rb +3 -2
- data/vendor/plugins/authentication/app/models/user_session.rb +1 -1
- data/vendor/plugins/authentication/app/views/admin/users/_form.html.erb +29 -10
- data/vendor/plugins/authentication/app/views/admin/users/_user.html.erb +11 -10
- data/vendor/plugins/authentication/app/views/admin/users/index.html.erb +2 -3
- data/vendor/plugins/authentication/app/views/sessions/new.html.erb +15 -18
- data/vendor/plugins/authentication/app/views/users/forgot.html.erb +14 -9
- data/vendor/plugins/authentication/app/views/users/new.html.erb +11 -13
- data/vendor/plugins/authentication/app/views/users/reset.html.erb +14 -9
- data/vendor/plugins/authentication/config/locales/da.yml +71 -0
- data/vendor/plugins/authentication/config/locales/de.yml +75 -0
- data/vendor/plugins/authentication/config/locales/en.yml +75 -0
- data/vendor/plugins/authentication/config/locales/es.yml +79 -0
- data/vendor/plugins/authentication/config/locales/fr.yml +79 -0
- data/vendor/plugins/authentication/config/locales/it.yml +68 -0
- data/vendor/plugins/authentication/config/locales/nb.yml +68 -0
- data/vendor/plugins/authentication/config/locales/nl.yml +83 -0
- data/vendor/plugins/authentication/config/locales/pt-BR.yml +64 -0
- data/vendor/plugins/authentication/config/locales/sl.yml +78 -0
- data/vendor/plugins/authentication/config/routes.rb +4 -5
- data/vendor/plugins/authentication/lib/authenticated_system.rb +5 -1
- data/vendor/plugins/authentication/rails/init.rb +5 -1
- data/vendor/plugins/authentication/{authentication.md → readme.md} +0 -0
- data/vendor/plugins/authentication/test/unit/user_mailer_test.rb +1 -1
- data/vendor/plugins/dashboard/app/controllers/admin/dashboard_controller.rb +17 -7
- data/vendor/plugins/dashboard/app/helpers/admin/dashboard_helper.rb +5 -9
- data/vendor/plugins/dashboard/app/views/admin/dashboard/_recent_activity.html.erb +10 -12
- data/vendor/plugins/dashboard/app/views/admin/dashboard/_recent_inquiries.html.erb +12 -0
- data/vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb +34 -11
- data/vendor/plugins/dashboard/config/locales/da.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/de.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/en.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/es.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/fr.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/it.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/nb.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/nl.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/pt-BR.yml +22 -0
- data/vendor/plugins/dashboard/config/locales/sl.yml +22 -0
- data/vendor/plugins/dashboard/config/routes.rb +2 -1
- data/vendor/plugins/dashboard/rails/init.rb +6 -0
- data/vendor/plugins/dashboard/{dashboard.md → readme.md} +0 -0
- data/vendor/plugins/i18n-js/README.rdoc +249 -0
- data/vendor/plugins/i18n-js/Rakefile +23 -0
- data/vendor/plugins/i18n-js/init.rb +1 -0
- data/vendor/plugins/i18n-js/install.rb +7 -0
- data/vendor/plugins/i18n-js/lib/i18n-js.rb +132 -0
- data/vendor/plugins/i18n-js/lib/i18n-js.yml +4 -0
- data/vendor/plugins/i18n-js/lib/i18n.js +339 -0
- data/vendor/plugins/i18n-js/lib/tasks/i18n-js_tasks.rake +16 -0
- data/vendor/plugins/i18n-js/test/i18n-test.html +50 -0
- data/vendor/plugins/i18n-js/test/i18n-test.js +661 -0
- data/vendor/plugins/i18n-js/test/i18n_js_test.rb +168 -0
- data/vendor/plugins/i18n-js/test/jsunittest/jsunittest.js +1017 -0
- data/vendor/plugins/i18n-js/test/jsunittest/unittest.css +54 -0
- data/vendor/plugins/i18n-js/test/resources/custom_path.yml +4 -0
- data/vendor/plugins/i18n-js/test/resources/default.yml +4 -0
- data/vendor/plugins/i18n-js/test/resources/locales.yml +76 -0
- data/vendor/plugins/i18n-js/test/resources/multiple_files.yml +6 -0
- data/vendor/plugins/i18n-js/test/resources/no_scope.yml +3 -0
- data/vendor/plugins/i18n-js/test/resources/simple_scope.yml +4 -0
- data/vendor/plugins/i18n-js/test/test_helper.rb +24 -0
- data/vendor/plugins/i18n/config/locales/ar.yml +121 -0
- data/vendor/plugins/i18n/config/locales/bg.yml +198 -0
- data/vendor/plugins/i18n/config/locales/bn-IN.yml +180 -0
- data/vendor/plugins/i18n/config/locales/bs.yml +114 -0
- data/vendor/plugins/i18n/config/locales/ca-ES.yml +155 -0
- data/vendor/plugins/i18n/config/locales/cz.rb +166 -0
- data/vendor/plugins/i18n/config/locales/da.yml +167 -0
- data/vendor/plugins/i18n/config/locales/de-AT.yml +140 -0
- data/vendor/plugins/i18n/config/locales/de.yml +141 -0
- data/vendor/plugins/i18n/config/locales/dsb.yml +182 -0
- data/vendor/plugins/i18n/config/locales/el.yml +191 -0
- data/vendor/plugins/i18n/config/locales/es-AR.yml +168 -0
- data/vendor/plugins/i18n/config/locales/es-CO.yml +146 -0
- data/vendor/plugins/i18n/config/locales/es-MX.yml +118 -0
- data/vendor/plugins/i18n/config/locales/es.yml +186 -0
- data/vendor/plugins/i18n/config/locales/et.yml +109 -0
- data/vendor/plugins/i18n/config/locales/fa.yml +119 -0
- data/vendor/plugins/i18n/config/locales/fi.yml +154 -0
- data/vendor/plugins/i18n/config/locales/fr-CH.yml +123 -0
- data/vendor/plugins/i18n/config/locales/fr.yml +140 -0
- data/vendor/plugins/i18n/config/locales/fun/en-AU.rb +105 -0
- data/vendor/plugins/i18n/config/locales/fun/gibberish.rb +109 -0
- data/vendor/plugins/i18n/config/locales/fur.yml +141 -0
- data/vendor/plugins/i18n/config/locales/gl-ES.yml +193 -0
- data/vendor/plugins/i18n/config/locales/he.yml +103 -0
- data/vendor/plugins/i18n/config/locales/hr.yml +116 -0
- data/vendor/plugins/i18n/config/locales/hsb.yml +190 -0
- data/vendor/plugins/i18n/config/locales/hu.yml +144 -0
- data/vendor/plugins/i18n/config/locales/id.yml +122 -0
- data/vendor/plugins/i18n/config/locales/is.yml +142 -0
- data/vendor/plugins/i18n/config/locales/it.yml +146 -0
- data/vendor/plugins/i18n/config/locales/ja.yml +139 -0
- data/vendor/plugins/i18n/config/locales/ko.yml +153 -0
- data/vendor/plugins/i18n/config/locales/lo.yml +201 -0
- data/vendor/plugins/i18n/config/locales/lt.yml +141 -0
- data/vendor/plugins/i18n/config/locales/lv.yml +132 -0
- data/vendor/plugins/i18n/config/locales/mk.yml +115 -0
- data/vendor/plugins/i18n/config/locales/nb.yml +103 -0
- data/vendor/plugins/i18n/config/locales/nl.yml +173 -0
- data/vendor/plugins/i18n/config/locales/nn.yml +96 -0
- data/vendor/plugins/i18n/config/locales/pl.yml +127 -0
- data/vendor/plugins/i18n/config/locales/pt-BR.yml +148 -0
- data/vendor/plugins/i18n/config/locales/pt-PT.yml +220 -0
- data/vendor/plugins/i18n/config/locales/rm.yml +134 -0
- data/vendor/plugins/i18n/config/locales/ro.yml +152 -0
- data/vendor/plugins/i18n/config/locales/ru.yml +210 -0
- data/vendor/plugins/i18n/config/locales/sk.yml +139 -0
- data/vendor/plugins/i18n/config/locales/sl.yml +190 -0
- data/vendor/plugins/i18n/config/locales/sr-Latn.yml +116 -0
- data/vendor/plugins/i18n/config/locales/sr.yml +116 -0
- data/vendor/plugins/i18n/config/locales/sv-SE.yml +191 -0
- data/vendor/plugins/i18n/config/locales/sw.yml +123 -0
- data/vendor/plugins/i18n/config/locales/th.rb +222 -0
- data/vendor/plugins/i18n/config/locales/tr.yml +139 -0
- data/vendor/plugins/i18n/config/locales/uk.yml +237 -0
- data/vendor/plugins/i18n/config/locales/vi.yml +198 -0
- data/vendor/plugins/i18n/config/locales/zh-CN.yml +131 -0
- data/vendor/plugins/i18n/config/locales/zh-TW.yml +132 -0
- data/vendor/plugins/i18n/lib/i18n.rb +115 -0
- data/vendor/plugins/i18n/lib/i18n_filter.rb +48 -0
- data/vendor/plugins/i18n/lib/routing_filter/MIT-LICENSE +20 -0
- data/vendor/plugins/i18n/lib/routing_filter/README.markdown +123 -0
- data/vendor/plugins/i18n/lib/routing_filter/VERSION +1 -0
- data/vendor/plugins/i18n/lib/routing_filter/routing_filter.rb +96 -0
- data/vendor/plugins/i18n/lib/routing_filter/routing_filter/base.rb +31 -0
- data/vendor/plugins/i18n/lib/routing_filter/routing_filter/force_extension.rb +57 -0
- data/vendor/plugins/i18n/lib/routing_filter/routing_filter/pagination.rb +33 -0
- data/vendor/plugins/i18n/lib/routing_filter/routing_filter/uuid_token.rb +78 -0
- data/vendor/plugins/i18n/rails/init.rb +4 -0
- data/vendor/plugins/images/app/controllers/admin/images_controller.rb +6 -7
- data/vendor/plugins/images/app/models/image.rb +24 -6
- data/vendor/plugins/images/app/views/admin/images/_existing_image.erb +50 -0
- data/vendor/plugins/images/app/views/admin/images/_form.html.erb +15 -7
- data/vendor/plugins/images/app/views/admin/images/_grid_view.html.erb +5 -5
- data/vendor/plugins/images/app/views/admin/images/_list_view.html.erb +3 -1
- data/vendor/plugins/images/app/views/admin/images/_list_view_image.html.erb +10 -10
- data/vendor/plugins/images/app/views/admin/images/index.html.erb +5 -8
- data/vendor/plugins/images/app/views/admin/images/insert.html.erb +16 -38
- data/vendor/plugins/images/config/locales/da.yml +44 -0
- data/vendor/plugins/images/config/locales/de.yml +45 -0
- data/vendor/plugins/images/config/locales/en.yml +44 -0
- data/vendor/plugins/images/config/locales/es.yml +45 -0
- data/vendor/plugins/images/config/locales/fr.yml +44 -0
- data/vendor/plugins/images/config/locales/it.yml +42 -0
- data/vendor/plugins/images/config/locales/nb.yml +43 -0
- data/vendor/plugins/images/config/locales/nl.yml +44 -0
- data/vendor/plugins/images/config/locales/pt-BR.yml +46 -0
- data/vendor/plugins/images/config/locales/sl.yml +44 -0
- data/vendor/plugins/images/config/routes.rb +1 -1
- data/vendor/plugins/images/lib/tasks/images.rake +6 -6
- data/vendor/plugins/images/rails/init.rb +5 -1
- data/vendor/plugins/images/readme.md +58 -0
- data/vendor/plugins/inquiries/app/controllers/admin/inquiries_controller.rb +16 -7
- data/vendor/plugins/inquiries/app/controllers/admin/inquiry_settings_controller.rb +5 -9
- data/vendor/plugins/inquiries/app/controllers/inquiries_controller.rb +14 -12
- data/vendor/plugins/inquiries/app/models/inquiry.rb +133 -6
- data/vendor/plugins/inquiries/app/models/inquiry_mailer.rb +2 -2
- data/vendor/plugins/inquiries/app/models/inquiry_setting.rb +51 -2
- data/vendor/plugins/inquiries/app/views/admin/inquiries/_inquiry.html.erb +16 -8
- data/vendor/plugins/inquiries/app/views/admin/inquiries/_submenu.html.erb +27 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiries/index.html.erb +3 -18
- data/vendor/plugins/inquiries/app/views/admin/inquiries/show.html.erb +23 -12
- data/vendor/plugins/inquiries/app/views/admin/inquiries/spam.html.erb +20 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_confirmation_email_form.html.erb +21 -14
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_inquiry_setting.html.erb +11 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_notification_recipients_form.html.erb +21 -14
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_subject_form.html.erb +9 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/edit.html.erb +2 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/index.html.erb +7 -17
- data/vendor/plugins/inquiries/app/views/inquiries/new.html.erb +4 -5
- data/vendor/plugins/inquiries/config/locales/da.yml +67 -0
- data/vendor/plugins/inquiries/config/locales/de.yml +71 -0
- data/vendor/plugins/inquiries/config/locales/en.yml +75 -0
- data/vendor/plugins/inquiries/config/locales/es.yml +68 -0
- data/vendor/plugins/inquiries/config/locales/fr.yml +65 -0
- data/vendor/plugins/inquiries/config/locales/it.yml +66 -0
- data/vendor/plugins/inquiries/config/locales/nb.yml +67 -0
- data/vendor/plugins/inquiries/config/locales/nl.yml +71 -0
- data/vendor/plugins/inquiries/config/locales/pt-BR.yml +75 -0
- data/vendor/plugins/inquiries/config/locales/sl.yml +68 -0
- data/vendor/plugins/inquiries/config/routes.rb +4 -3
- data/vendor/plugins/inquiries/rails/init.rb +6 -3
- data/vendor/plugins/inquiries/readme.md +31 -0
- data/vendor/plugins/model_translations/MIT-LICENSE +20 -0
- data/vendor/plugins/model_translations/README.rdoc +90 -0
- data/vendor/plugins/model_translations/Rakefile +23 -0
- data/vendor/plugins/model_translations/init.rb +1 -0
- data/vendor/plugins/model_translations/lib/active_record/model_translations.rb +55 -0
- data/vendor/plugins/model_translations/test/model_translations_test.rb +88 -0
- data/vendor/plugins/model_translations/test/test_helper.rb +3 -0
- data/vendor/plugins/pages/app/controllers/admin/page_dialogs_controller.rb +29 -0
- data/vendor/plugins/pages/app/controllers/admin/page_parts_controller.rb +2 -0
- data/vendor/plugins/pages/app/controllers/admin/pages_controller.rb +37 -10
- data/vendor/plugins/pages/app/controllers/pages_controller.rb +24 -2
- data/vendor/plugins/pages/app/models/page.rb +90 -15
- data/vendor/plugins/pages/app/models/page_part.rb +1 -1
- data/vendor/plugins/pages/app/views/admin/page_dialogs/_page_link.html.erb +1 -1
- data/vendor/plugins/pages/app/views/admin/page_dialogs/link_to.html.erb +59 -74
- data/vendor/plugins/pages/app/views/admin/pages/_form.html.erb +14 -39
- data/vendor/plugins/pages/app/views/admin/pages/_form_advanced_options.html.erb +56 -50
- data/vendor/plugins/pages/app/views/admin/pages/_form_advanced_options_seo.html.erb +23 -21
- data/vendor/plugins/pages/app/views/admin/pages/_form_page_parts.html.erb +37 -0
- data/vendor/plugins/pages/app/views/admin/pages/_page.html.erb +10 -11
- data/vendor/plugins/pages/app/views/admin/pages/_page_part_field.html.erb +3 -2
- data/vendor/plugins/pages/app/views/admin/pages/index.html.erb +7 -7
- data/vendor/plugins/pages/app/views/pages/home.html.erb +1 -1
- data/vendor/plugins/pages/config/locales/da.yml +53 -0
- data/vendor/plugins/pages/config/locales/de.yml +53 -0
- data/vendor/plugins/pages/config/locales/en.yml +95 -0
- data/vendor/plugins/pages/config/locales/es.yml +53 -0
- data/vendor/plugins/pages/config/locales/fr.yml +53 -0
- data/vendor/plugins/pages/config/locales/it.yml +53 -0
- data/vendor/plugins/pages/config/locales/nb.yml +53 -0
- data/vendor/plugins/pages/config/locales/nl.yml +54 -0
- data/vendor/plugins/pages/config/locales/pt-BR.yml +61 -0
- data/vendor/plugins/pages/config/locales/sl.yml +96 -0
- data/vendor/plugins/pages/config/routes.rb +2 -2
- data/vendor/plugins/pages/rails/init.rb +5 -1
- data/vendor/plugins/pages/readme.md +156 -0
- data/vendor/plugins/refinery/app/controllers/admin/refinery_core_controller.rb +4 -2
- data/vendor/plugins/refinery/app/controllers/refinery/fast_controller.rb +7 -0
- data/vendor/plugins/refinery/app/views/admin/_head.html.erb +42 -9
- data/vendor/plugins/refinery/app/views/admin/_menu.html.erb +14 -15
- data/vendor/plugins/refinery/app/views/admin/_menu_tab.html.erb +4 -0
- data/vendor/plugins/refinery/app/views/layouts/admin.html.erb +10 -5
- data/vendor/plugins/refinery/app/views/layouts/application.html.erb +3 -3
- data/vendor/plugins/refinery/app/views/shared/_content_page.html.erb +28 -29
- data/vendor/plugins/refinery/app/views/shared/_draft_page_message.html.erb +3 -0
- data/vendor/plugins/refinery/app/views/shared/_google_analytics.html.erb +2 -1
- data/vendor/plugins/refinery/app/views/shared/_head.html.erb +1 -0
- data/vendor/plugins/refinery/app/views/shared/_header.html.erb +1 -1
- data/vendor/plugins/refinery/app/views/shared/_ie6check.html.erb +44 -4
- data/vendor/plugins/refinery/app/views/shared/_language_switcher.html.erb +5 -0
- data/vendor/plugins/refinery/app/views/shared/_menu.html.erb +17 -8
- data/vendor/plugins/refinery/app/views/shared/_menu_branch.html.erb +19 -21
- data/vendor/plugins/refinery/app/views/shared/_message.html.erb +6 -1
- data/vendor/plugins/refinery/app/views/shared/_site_bar.html.erb +38 -15
- data/vendor/plugins/refinery/app/views/shared/admin/_continue_editing.html.erb +1 -2
- data/vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb +58 -14
- data/vendor/plugins/refinery/app/views/shared/admin/_image_picker.html.erb +7 -6
- data/vendor/plugins/refinery/app/views/shared/admin/_make_sortable.html.erb +10 -9
- data/vendor/plugins/refinery/app/views/shared/admin/_resource_picker.html.erb +7 -4
- data/vendor/plugins/refinery/app/views/shared/admin/_search.html.erb +3 -4
- data/vendor/plugins/refinery/app/views/shared/admin/_sortable_list.html.erb +1 -1
- data/vendor/plugins/refinery/app/views/welcome.html.erb +5 -7
- data/vendor/plugins/refinery/app/views/wymiframe.html.erb +13 -5
- data/vendor/plugins/refinery/config/locales/da.yml +71 -0
- data/vendor/plugins/refinery/config/locales/de.yml +67 -0
- data/vendor/plugins/refinery/config/locales/en.yml +59 -0
- data/vendor/plugins/refinery/config/locales/es.yml +64 -0
- data/vendor/plugins/refinery/config/locales/fr.yml +67 -0
- data/vendor/plugins/refinery/config/locales/it.yml +68 -0
- data/vendor/plugins/refinery/config/locales/nb.yml +64 -0
- data/vendor/plugins/refinery/config/locales/nl.yml +63 -0
- data/vendor/plugins/refinery/config/locales/pt-BR.yml +60 -0
- data/vendor/plugins/refinery/config/locales/sl.yml +61 -0
- data/vendor/plugins/refinery/config/routes.rb +4 -4
- data/vendor/plugins/refinery/crud.md +2 -2
- data/vendor/plugins/refinery/lib/crud.rb +34 -25
- data/vendor/plugins/refinery/lib/generators/refinery/refinery_generator.rb +9 -2
- data/vendor/plugins/refinery/lib/generators/refinery/templates/config/locales/en.yml +16 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/config/locales/nl.yml +16 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/config/routes.rb +2 -2
- data/vendor/plugins/refinery/lib/generators/refinery/templates/migration.rb +1 -14
- data/vendor/plugins/refinery/lib/generators/refinery/templates/model.rb +1 -2
- data/vendor/plugins/refinery/lib/generators/refinery/templates/rails/init.rb +3 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/seed.rb +15 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/_form.html.erb +2 -2
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/_singular_name.html.erb +10 -11
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/index.html.erb +5 -6
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/show.html.erb +1 -1
- data/vendor/plugins/refinery/lib/refinery.rb +22 -1
- data/vendor/plugins/refinery/lib/refinery/activity.rb +1 -1
- data/vendor/plugins/refinery/lib/refinery/admin_base_controller.rb +56 -10
- data/vendor/plugins/refinery/lib/refinery/application_controller.rb +39 -14
- data/vendor/plugins/refinery/lib/refinery/application_helper.rb +62 -12
- data/vendor/plugins/refinery/lib/refinery/base_presenter.rb +1 -1
- data/vendor/plugins/refinery/lib/refinery/form_helpers.rb +37 -2
- data/vendor/plugins/refinery/lib/refinery/html_truncation_helper.rb +10 -100
- data/vendor/plugins/refinery/lib/refinery/initializer.rb +15 -1
- data/vendor/plugins/refinery/lib/refinery/plugin.rb +26 -14
- data/vendor/plugins/refinery/lib/refinery/plugins.rb +21 -8
- data/vendor/plugins/refinery/lib/tasks/doc.rake +24 -24
- data/vendor/plugins/refinery/lib/tasks/refinery.rake +232 -9
- data/vendor/plugins/refinery/lib/tasks/yard.rake +22 -22
- data/vendor/plugins/refinery/plugins.md +6 -6
- data/vendor/plugins/refinery/rails/init.rb +8 -1
- data/vendor/plugins/refinery_dialogs/app/controllers/admin/dialogs_controller.rb +4 -0
- data/vendor/plugins/refinery_dialogs/app/views/admin/dialogs/show.html.erb +11 -12
- data/vendor/plugins/refinery_dialogs/app/views/layouts/admin_dialog.html.erb +4 -2
- data/vendor/plugins/refinery_dialogs/config/routes.rb +1 -1
- data/vendor/plugins/refinery_dialogs/rails/init.rb +4 -0
- data/vendor/plugins/refinery_settings/app/controllers/admin/refinery_settings_controller.rb +39 -0
- data/vendor/plugins/refinery_settings/app/models/refinery_setting.rb +67 -10
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_form.html.erb +30 -6
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_refinery_setting.html.erb +10 -11
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/edit.html.erb +0 -3
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/index.html.erb +13 -4
- data/vendor/plugins/refinery_settings/config/locales/da.yml +49 -0
- data/vendor/plugins/refinery_settings/config/locales/de.yml +23 -0
- data/vendor/plugins/refinery_settings/config/locales/en.yml +45 -0
- data/vendor/plugins/refinery_settings/config/locales/es.yml +23 -0
- data/vendor/plugins/refinery_settings/config/locales/fr.yml +23 -0
- data/vendor/plugins/refinery_settings/config/locales/it.yml +23 -0
- data/vendor/plugins/refinery_settings/config/locales/nb.yml +23 -0
- data/vendor/plugins/refinery_settings/config/locales/nl.yml +46 -0
- data/vendor/plugins/refinery_settings/config/locales/pt-BR.yml +23 -0
- data/vendor/plugins/refinery_settings/config/locales/sl.yml +24 -0
- data/vendor/plugins/refinery_settings/config/routes.rb +1 -1
- data/vendor/plugins/refinery_settings/rails/init.rb +5 -8
- data/vendor/plugins/refinery_settings/{settings.md → readme.md} +0 -0
- data/vendor/plugins/resources/app/controllers/admin/resources_controller.rb +2 -7
- data/vendor/plugins/resources/app/models/resource.rb +8 -3
- data/vendor/plugins/resources/app/views/admin/resources/_existing_resource.html.erb +34 -0
- data/vendor/plugins/resources/app/views/admin/resources/_form.html.erb +15 -7
- data/vendor/plugins/resources/app/views/admin/resources/_resource.html.erb +12 -12
- data/vendor/plugins/resources/app/views/admin/resources/index.html.erb +8 -6
- data/vendor/plugins/resources/app/views/admin/resources/insert.html.erb +4 -40
- data/vendor/plugins/resources/config/locales/da.yml +34 -0
- data/vendor/plugins/resources/config/locales/de.yml +32 -0
- data/vendor/plugins/resources/config/locales/en.yml +32 -0
- data/vendor/plugins/resources/config/locales/es.yml +34 -0
- data/vendor/plugins/resources/config/locales/fr.yml +34 -0
- data/vendor/plugins/resources/config/locales/it.yml +33 -0
- data/vendor/plugins/resources/config/locales/nb.yml +34 -0
- data/vendor/plugins/resources/config/locales/nl.yml +34 -0
- data/vendor/plugins/resources/config/locales/pt-BR.yml +34 -0
- data/vendor/plugins/resources/config/locales/sl.yml +34 -0
- data/vendor/plugins/resources/config/routes.rb +1 -3
- data/vendor/plugins/resources/rails/init.rb +5 -1
- data/vendor/plugins/resources/{resources.md → readme.md} +0 -0
- data/vendor/plugins/themes/lib/theme_server.rb +1 -1
- data/vendor/plugins/themes/rails/init.rb +4 -1
- data/vendor/plugins/themes/readme.md +113 -0
- data/vendor/plugins/{rails_indexes → translate}/MIT-LICENSE +0 -0
- data/vendor/plugins/translate/README +61 -0
- data/vendor/plugins/translate/REFINERY_README +8 -0
- data/vendor/plugins/translate/Rakefile +11 -0
- data/vendor/plugins/translate/init.rb +8 -0
- data/vendor/plugins/translate/lib/translate.rb +13 -0
- data/vendor/plugins/translate/lib/translate/file.rb +35 -0
- data/vendor/plugins/translate/lib/translate/keys.rb +123 -0
- data/vendor/plugins/translate/lib/translate/log.rb +39 -0
- data/vendor/plugins/translate/lib/translate/storage.rb +20 -0
- data/vendor/plugins/translate/tasks/translate.rake +182 -0
- metadata +574 -366
- data/.gems +0 -0
- data/VERSION +0 -1
- data/bin/refinery-override +0 -76
- data/public/images/thickbox/cross.png +0 -0
- data/public/images/thickbox/loadingAnimation.gif +0 -0
- data/public/images/thickbox/macFFBgHack.png +0 -0
- data/public/javascripts/jquery-ui-1.8.min.js +0 -374
- data/vendor/plugins/acts_as_indexed/CHANGELOG +0 -78
- data/vendor/plugins/acts_as_indexed/MIT-LICENSE +0 -20
- data/vendor/plugins/acts_as_indexed/README.rdoc +0 -114
- data/vendor/plugins/acts_as_indexed/Rakefile +0 -35
- data/vendor/plugins/acts_as_indexed/init.rb +0 -2
- data/vendor/plugins/acts_as_indexed/lib/acts_as_indexed.rb +0 -224
- data/vendor/plugins/acts_as_indexed/lib/search_atom.rb +0 -109
- data/vendor/plugins/acts_as_indexed/lib/search_index.rb +0 -329
- data/vendor/plugins/acts_as_indexed/lib/will_paginate_search.rb +0 -29
- data/vendor/plugins/acts_as_indexed/test/abstract_unit.rb +0 -47
- data/vendor/plugins/acts_as_indexed/test/acts_as_indexed_test.rb +0 -102
- data/vendor/plugins/acts_as_indexed/test/database.yml +0 -10
- data/vendor/plugins/acts_as_indexed/test/fixtures/post.rb +0 -5
- data/vendor/plugins/acts_as_indexed/test/fixtures/posts.yml +0 -31
- data/vendor/plugins/acts_as_indexed/test/schema.rb +0 -6
- data/vendor/plugins/authlogic/CHANGELOG.rdoc +0 -345
- data/vendor/plugins/authlogic/LICENSE +0 -20
- data/vendor/plugins/authlogic/README.rdoc +0 -246
- data/vendor/plugins/authlogic/Rakefile +0 -42
- data/vendor/plugins/authlogic/VERSION.yml +0 -5
- data/vendor/plugins/authlogic/authlogic.gemspec +0 -217
- data/vendor/plugins/authlogic/generators/session/session_generator.rb +0 -9
- data/vendor/plugins/authlogic/generators/session/templates/session.rb +0 -2
- data/vendor/plugins/authlogic/init.rb +0 -1
- data/vendor/plugins/authlogic/lib/authlogic.rb +0 -64
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/base.rb +0 -107
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/email.rb +0 -110
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/logged_in_status.rb +0 -60
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/login.rb +0 -141
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/magic_columns.rb +0 -24
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/password.rb +0 -355
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/perishable_token.rb +0 -105
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/persistence_token.rb +0 -68
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/restful_authentication.rb +0 -61
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/session_maintenance.rb +0 -139
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/single_access_token.rb +0 -65
- data/vendor/plugins/authlogic/lib/authlogic/acts_as_authentic/validations_scope.rb +0 -32
- data/vendor/plugins/authlogic/lib/authlogic/authenticates_many/association.rb +0 -42
- data/vendor/plugins/authlogic/lib/authlogic/authenticates_many/base.rb +0 -55
- data/vendor/plugins/authlogic/lib/authlogic/controller_adapters/abstract_adapter.rb +0 -67
- data/vendor/plugins/authlogic/lib/authlogic/controller_adapters/merb_adapter.rb +0 -30
- data/vendor/plugins/authlogic/lib/authlogic/controller_adapters/rails_adapter.rb +0 -48
- data/vendor/plugins/authlogic/lib/authlogic/controller_adapters/sinatra_adapter.rb +0 -61
- data/vendor/plugins/authlogic/lib/authlogic/crypto_providers/aes256.rb +0 -43
- data/vendor/plugins/authlogic/lib/authlogic/crypto_providers/bcrypt.rb +0 -90
- data/vendor/plugins/authlogic/lib/authlogic/crypto_providers/md5.rb +0 -34
- data/vendor/plugins/authlogic/lib/authlogic/crypto_providers/sha1.rb +0 -35
- data/vendor/plugins/authlogic/lib/authlogic/crypto_providers/sha256.rb +0 -50
- data/vendor/plugins/authlogic/lib/authlogic/crypto_providers/sha512.rb +0 -50
- data/vendor/plugins/authlogic/lib/authlogic/crypto_providers/wordpress.rb +0 -43
- data/vendor/plugins/authlogic/lib/authlogic/i18n.rb +0 -83
- data/vendor/plugins/authlogic/lib/authlogic/i18n/translator.rb +0 -15
- data/vendor/plugins/authlogic/lib/authlogic/random.rb +0 -33
- data/vendor/plugins/authlogic/lib/authlogic/regex.rb +0 -25
- data/vendor/plugins/authlogic/lib/authlogic/session/activation.rb +0 -58
- data/vendor/plugins/authlogic/lib/authlogic/session/active_record_trickery.rb +0 -64
- data/vendor/plugins/authlogic/lib/authlogic/session/base.rb +0 -37
- data/vendor/plugins/authlogic/lib/authlogic/session/brute_force_protection.rb +0 -96
- data/vendor/plugins/authlogic/lib/authlogic/session/callbacks.rb +0 -99
- data/vendor/plugins/authlogic/lib/authlogic/session/cookies.rb +0 -130
- data/vendor/plugins/authlogic/lib/authlogic/session/existence.rb +0 -93
- data/vendor/plugins/authlogic/lib/authlogic/session/foundation.rb +0 -63
- data/vendor/plugins/authlogic/lib/authlogic/session/http_auth.rb +0 -58
- data/vendor/plugins/authlogic/lib/authlogic/session/id.rb +0 -41
- data/vendor/plugins/authlogic/lib/authlogic/session/klass.rb +0 -78
- data/vendor/plugins/authlogic/lib/authlogic/session/magic_columns.rb +0 -95
- data/vendor/plugins/authlogic/lib/authlogic/session/magic_states.rb +0 -59
- data/vendor/plugins/authlogic/lib/authlogic/session/params.rb +0 -101
- data/vendor/plugins/authlogic/lib/authlogic/session/password.rb +0 -240
- data/vendor/plugins/authlogic/lib/authlogic/session/perishable_token.rb +0 -18
- data/vendor/plugins/authlogic/lib/authlogic/session/persistence.rb +0 -70
- data/vendor/plugins/authlogic/lib/authlogic/session/priority_record.rb +0 -34
- data/vendor/plugins/authlogic/lib/authlogic/session/scopes.rb +0 -101
- data/vendor/plugins/authlogic/lib/authlogic/session/session.rb +0 -62
- data/vendor/plugins/authlogic/lib/authlogic/session/timeout.rb +0 -82
- data/vendor/plugins/authlogic/lib/authlogic/session/unauthorized_record.rb +0 -50
- data/vendor/plugins/authlogic/lib/authlogic/session/validation.rb +0 -82
- data/vendor/plugins/authlogic/lib/authlogic/test_case.rb +0 -120
- data/vendor/plugins/authlogic/lib/authlogic/test_case/mock_controller.rb +0 -45
- data/vendor/plugins/authlogic/lib/authlogic/test_case/mock_cookie_jar.rb +0 -14
- data/vendor/plugins/authlogic/lib/authlogic/test_case/mock_logger.rb +0 -10
- data/vendor/plugins/authlogic/lib/authlogic/test_case/mock_request.rb +0 -19
- data/vendor/plugins/authlogic/lib/authlogic/test_case/rails_request_adapter.rb +0 -30
- data/vendor/plugins/authlogic/rails/init.rb +0 -1
- data/vendor/plugins/authlogic/shoulda_macros/authlogic.rb +0 -69
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/base_test.rb +0 -18
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/email_test.rb +0 -97
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/logged_in_status_test.rb +0 -36
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/login_test.rb +0 -109
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/magic_columns_test.rb +0 -27
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/password_test.rb +0 -236
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/perishable_token_test.rb +0 -90
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/persistence_token_test.rb +0 -55
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/restful_authentication_test.rb +0 -40
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/session_maintenance_test.rb +0 -84
- data/vendor/plugins/authlogic/test/acts_as_authentic_test/single_access_test.rb +0 -44
- data/vendor/plugins/authlogic/test/authenticates_many_test.rb +0 -16
- data/vendor/plugins/authlogic/test/crypto_provider_test/aes256_test.rb +0 -14
- data/vendor/plugins/authlogic/test/crypto_provider_test/bcrypt_test.rb +0 -14
- data/vendor/plugins/authlogic/test/crypto_provider_test/sha1_test.rb +0 -23
- data/vendor/plugins/authlogic/test/crypto_provider_test/sha256_test.rb +0 -14
- data/vendor/plugins/authlogic/test/crypto_provider_test/sha512_test.rb +0 -14
- data/vendor/plugins/authlogic/test/fixtures/companies.yml +0 -5
- data/vendor/plugins/authlogic/test/fixtures/employees.yml +0 -17
- data/vendor/plugins/authlogic/test/fixtures/projects.yml +0 -3
- data/vendor/plugins/authlogic/test/fixtures/users.yml +0 -24
- data/vendor/plugins/authlogic/test/i18n_test.rb +0 -33
- data/vendor/plugins/authlogic/test/libs/affiliate.rb +0 -7
- data/vendor/plugins/authlogic/test/libs/company.rb +0 -6
- data/vendor/plugins/authlogic/test/libs/employee.rb +0 -7
- data/vendor/plugins/authlogic/test/libs/employee_session.rb +0 -2
- data/vendor/plugins/authlogic/test/libs/ldaper.rb +0 -3
- data/vendor/plugins/authlogic/test/libs/ordered_hash.rb +0 -9
- data/vendor/plugins/authlogic/test/libs/project.rb +0 -3
- data/vendor/plugins/authlogic/test/libs/user.rb +0 -5
- data/vendor/plugins/authlogic/test/libs/user_session.rb +0 -6
- data/vendor/plugins/authlogic/test/random_test.rb +0 -49
- data/vendor/plugins/authlogic/test/session_test/activation_test.rb +0 -43
- data/vendor/plugins/authlogic/test/session_test/active_record_trickery_test.rb +0 -36
- data/vendor/plugins/authlogic/test/session_test/brute_force_protection_test.rb +0 -101
- data/vendor/plugins/authlogic/test/session_test/callbacks_test.rb +0 -6
- data/vendor/plugins/authlogic/test/session_test/cookies_test.rb +0 -112
- data/vendor/plugins/authlogic/test/session_test/credentials_test.rb +0 -0
- data/vendor/plugins/authlogic/test/session_test/existence_test.rb +0 -64
- data/vendor/plugins/authlogic/test/session_test/http_auth_test.rb +0 -28
- data/vendor/plugins/authlogic/test/session_test/id_test.rb +0 -17
- data/vendor/plugins/authlogic/test/session_test/klass_test.rb +0 -40
- data/vendor/plugins/authlogic/test/session_test/magic_columns_test.rb +0 -62
- data/vendor/plugins/authlogic/test/session_test/magic_states_test.rb +0 -60
- data/vendor/plugins/authlogic/test/session_test/params_test.rb +0 -53
- data/vendor/plugins/authlogic/test/session_test/password_test.rb +0 -106
- data/vendor/plugins/authlogic/test/session_test/perishability_test.rb +0 -15
- data/vendor/plugins/authlogic/test/session_test/persistence_test.rb +0 -21
- data/vendor/plugins/authlogic/test/session_test/scopes_test.rb +0 -60
- data/vendor/plugins/authlogic/test/session_test/session_test.rb +0 -59
- data/vendor/plugins/authlogic/test/session_test/timeout_test.rb +0 -52
- data/vendor/plugins/authlogic/test/session_test/unauthorized_record_test.rb +0 -13
- data/vendor/plugins/authlogic/test/session_test/validation_test.rb +0 -23
- data/vendor/plugins/authlogic/test/test_helper.rb +0 -182
- data/vendor/plugins/friendly_id/Changelog.md +0 -243
- data/vendor/plugins/friendly_id/Contributors.md +0 -30
- data/vendor/plugins/friendly_id/Gemfile +0 -2
- data/vendor/plugins/friendly_id/Guide.md +0 -509
- data/vendor/plugins/friendly_id/LICENSE +0 -19
- data/vendor/plugins/friendly_id/README.md +0 -76
- data/vendor/plugins/friendly_id/Rakefile +0 -68
- data/vendor/plugins/friendly_id/extras/README.txt +0 -3
- data/vendor/plugins/friendly_id/extras/bench.rb +0 -59
- data/vendor/plugins/friendly_id/extras/extras.rb +0 -31
- data/vendor/plugins/friendly_id/extras/prof.rb +0 -14
- data/vendor/plugins/friendly_id/extras/template-gem.rb +0 -26
- data/vendor/plugins/friendly_id/extras/template-plugin.rb +0 -28
- data/vendor/plugins/friendly_id/friendly_id.gemspec +0 -40
- data/vendor/plugins/friendly_id/generators/friendly_id/friendly_id_generator.rb +0 -28
- data/vendor/plugins/friendly_id/generators/friendly_id/templates/create_slugs.rb +0 -18
- data/vendor/plugins/friendly_id/lib/friendly_id.rb +0 -67
- data/vendor/plugins/friendly_id/lib/friendly_id/active_record2.rb +0 -47
- data/vendor/plugins/friendly_id/lib/friendly_id/active_record2/configuration.rb +0 -66
- data/vendor/plugins/friendly_id/lib/friendly_id/active_record2/finders.rb +0 -140
- data/vendor/plugins/friendly_id/lib/friendly_id/active_record2/simple_model.rb +0 -162
- data/vendor/plugins/friendly_id/lib/friendly_id/active_record2/slug.rb +0 -111
- data/vendor/plugins/friendly_id/lib/friendly_id/active_record2/slugged_model.rb +0 -323
- data/vendor/plugins/friendly_id/lib/friendly_id/active_record2/tasks.rb +0 -66
- data/vendor/plugins/friendly_id/lib/friendly_id/active_record2/tasks/friendly_id.rake +0 -19
- data/vendor/plugins/friendly_id/lib/friendly_id/configuration.rb +0 -132
- data/vendor/plugins/friendly_id/lib/friendly_id/finders.rb +0 -106
- data/vendor/plugins/friendly_id/lib/friendly_id/slug_string.rb +0 -292
- data/vendor/plugins/friendly_id/lib/friendly_id/slugged.rb +0 -91
- data/vendor/plugins/friendly_id/lib/friendly_id/status.rb +0 -35
- data/vendor/plugins/friendly_id/lib/friendly_id/test.rb +0 -175
- data/vendor/plugins/friendly_id/lib/friendly_id/version.rb +0 -8
- data/vendor/plugins/friendly_id/rails/init.rb +0 -2
- data/vendor/plugins/friendly_id/test/active_record2/basic_slugged_model_test.rb +0 -14
- data/vendor/plugins/friendly_id/test/active_record2/cached_slug_test.rb +0 -61
- data/vendor/plugins/friendly_id/test/active_record2/core.rb +0 -93
- data/vendor/plugins/friendly_id/test/active_record2/custom_normalizer_test.rb +0 -20
- data/vendor/plugins/friendly_id/test/active_record2/custom_table_name_test.rb +0 -22
- data/vendor/plugins/friendly_id/test/active_record2/deprecated_test.rb +0 -23
- data/vendor/plugins/friendly_id/test/active_record2/scoped_model_test.rb +0 -111
- data/vendor/plugins/friendly_id/test/active_record2/simple_test.rb +0 -59
- data/vendor/plugins/friendly_id/test/active_record2/slug_test.rb +0 -34
- data/vendor/plugins/friendly_id/test/active_record2/slugged.rb +0 -30
- data/vendor/plugins/friendly_id/test/active_record2/slugged_status_test.rb +0 -61
- data/vendor/plugins/friendly_id/test/active_record2/sti_test.rb +0 -22
- data/vendor/plugins/friendly_id/test/active_record2/support/database.mysql.yml +0 -4
- data/vendor/plugins/friendly_id/test/active_record2/support/database.postgres.yml +0 -6
- data/vendor/plugins/friendly_id/test/active_record2/support/database.sqlite3.yml +0 -2
- data/vendor/plugins/friendly_id/test/active_record2/support/models.rb +0 -78
- data/vendor/plugins/friendly_id/test/active_record2/tasks_test.rb +0 -82
- data/vendor/plugins/friendly_id/test/active_record2/test_helper.rb +0 -114
- data/vendor/plugins/friendly_id/test/friendly_id_test.rb +0 -60
- data/vendor/plugins/friendly_id/test/slug_string_test.rb +0 -78
- data/vendor/plugins/friendly_id/test/test_helper.rb +0 -9
- data/vendor/plugins/hpricot/CHANGELOG +0 -88
- data/vendor/plugins/hpricot/COPYING +0 -18
- data/vendor/plugins/hpricot/README +0 -275
- data/vendor/plugins/hpricot/Rakefile +0 -272
- data/vendor/plugins/hpricot/ext/fast_xs/FastXsService.java +0 -1030
- data/vendor/plugins/hpricot/ext/fast_xs/extconf.rb +0 -4
- data/vendor/plugins/hpricot/ext/fast_xs/fast_xs.c +0 -201
- data/vendor/plugins/hpricot/ext/hpricot_scan/HpricotCss.java +0 -831
- data/vendor/plugins/hpricot/ext/hpricot_scan/HpricotScanService.java +0 -2086
- data/vendor/plugins/hpricot/ext/hpricot_scan/MANIFEST +0 -0
- data/vendor/plugins/hpricot/ext/hpricot_scan/extconf.rb +0 -6
- data/vendor/plugins/hpricot/ext/hpricot_scan/hpricot_common.rl +0 -76
- data/vendor/plugins/hpricot/ext/hpricot_scan/hpricot_css.c +0 -3503
- data/vendor/plugins/hpricot/ext/hpricot_scan/hpricot_css.java.rl +0 -155
- data/vendor/plugins/hpricot/ext/hpricot_scan/hpricot_css.rl +0 -115
- data/vendor/plugins/hpricot/ext/hpricot_scan/hpricot_scan.c +0 -6927
- data/vendor/plugins/hpricot/ext/hpricot_scan/hpricot_scan.h +0 -79
- data/vendor/plugins/hpricot/ext/hpricot_scan/hpricot_scan.java.rl +0 -1152
- data/vendor/plugins/hpricot/ext/hpricot_scan/hpricot_scan.rl +0 -788
- data/vendor/plugins/hpricot/extras/mingw-rbconfig.rb +0 -176
- data/vendor/plugins/hpricot/hpricot.gemspec +0 -17
- data/vendor/plugins/hpricot/lib/hpricot.rb +0 -26
- data/vendor/plugins/hpricot/lib/hpricot/blankslate.rb +0 -63
- data/vendor/plugins/hpricot/lib/hpricot/builder.rb +0 -216
- data/vendor/plugins/hpricot/lib/hpricot/elements.rb +0 -510
- data/vendor/plugins/hpricot/lib/hpricot/htmlinfo.rb +0 -691
- data/vendor/plugins/hpricot/lib/hpricot/inspect.rb +0 -103
- data/vendor/plugins/hpricot/lib/hpricot/modules.rb +0 -40
- data/vendor/plugins/hpricot/lib/hpricot/parse.rb +0 -38
- data/vendor/plugins/hpricot/lib/hpricot/tag.rb +0 -219
- data/vendor/plugins/hpricot/lib/hpricot/tags.rb +0 -164
- data/vendor/plugins/hpricot/lib/hpricot/traverse.rb +0 -839
- data/vendor/plugins/hpricot/lib/hpricot/xchar.rb +0 -94
- data/vendor/plugins/hpricot/setup.rb +0 -1585
- data/vendor/plugins/hpricot/test/files/basic.xhtml +0 -17
- data/vendor/plugins/hpricot/test/files/boingboing.html +0 -2266
- data/vendor/plugins/hpricot/test/files/cy0.html +0 -3653
- data/vendor/plugins/hpricot/test/files/immob.html +0 -400
- data/vendor/plugins/hpricot/test/files/pace_application.html +0 -1320
- data/vendor/plugins/hpricot/test/files/tenderlove.html +0 -16
- data/vendor/plugins/hpricot/test/files/uswebgen.html +0 -220
- data/vendor/plugins/hpricot/test/files/utf8.html +0 -1054
- data/vendor/plugins/hpricot/test/files/week9.html +0 -1723
- data/vendor/plugins/hpricot/test/files/why.xml +0 -19
- data/vendor/plugins/hpricot/test/load_files.rb +0 -7
- data/vendor/plugins/hpricot/test/nokogiri-bench.rb +0 -64
- data/vendor/plugins/hpricot/test/test_alter.rb +0 -96
- data/vendor/plugins/hpricot/test/test_builder.rb +0 -37
- data/vendor/plugins/hpricot/test/test_parser.rb +0 -428
- data/vendor/plugins/hpricot/test/test_paths.rb +0 -25
- data/vendor/plugins/hpricot/test/test_preserved.rb +0 -88
- data/vendor/plugins/hpricot/test/test_xml.rb +0 -28
- data/vendor/plugins/images/images.md +0 -53
- data/vendor/plugins/inquiries/inquiries.md +0 -31
- data/vendor/plugins/pages/pages.md +0 -146
- data/vendor/plugins/rails_indexes/README.textile +0 -46
- data/vendor/plugins/rails_indexes/Rakefile +0 -23
- data/vendor/plugins/rails_indexes/lib/indexer.rb +0 -303
- data/vendor/plugins/rails_indexes/tasks/indexer.rake +0 -18
- data/vendor/plugins/rails_indexes/test/fixtures/app/controllers/users_controller.rb +0 -8
- data/vendor/plugins/rails_indexes/test/fixtures/app/models/address.rb +0 -5
- data/vendor/plugins/rails_indexes/test/fixtures/app/models/company.rb +0 -11
- data/vendor/plugins/rails_indexes/test/fixtures/app/models/country.rb +0 -4
- data/vendor/plugins/rails_indexes/test/fixtures/app/models/freelancer.rb +0 -3
- data/vendor/plugins/rails_indexes/test/fixtures/app/models/gift.rb +0 -10
- data/vendor/plugins/rails_indexes/test/fixtures/app/models/god.rb +0 -3
- data/vendor/plugins/rails_indexes/test/fixtures/app/models/user.rb +0 -17
- data/vendor/plugins/rails_indexes/test/fixtures/app/sweepers/user_sweeper.rb +0 -9
- data/vendor/plugins/rails_indexes/test/fixtures/schema.rb +0 -46
- data/vendor/plugins/rails_indexes/test/rails_indexes_test.rb +0 -83
- data/vendor/plugins/rails_indexes/test/test_helper.rb +0 -30
- data/vendor/plugins/refinery/app/views/admin/_footer.html.erb +0 -7
- data/vendor/plugins/refinery/app/views/shared/_submenu.html.erb +0 -5
- data/vendor/plugins/refinery/app/views/shared/_submenu_branch.html.erb +0 -10
- data/vendor/plugins/themes/themes.md +0 -113
- data/vendor/plugins/will_paginate/.manifest +0 -43
- data/vendor/plugins/will_paginate/CHANGELOG.rdoc +0 -139
- data/vendor/plugins/will_paginate/LICENSE +0 -18
- data/vendor/plugins/will_paginate/README.rdoc +0 -107
- data/vendor/plugins/will_paginate/Rakefile +0 -53
- data/vendor/plugins/will_paginate/examples/apple-circle.gif +0 -0
- data/vendor/plugins/will_paginate/examples/index.haml +0 -69
- data/vendor/plugins/will_paginate/examples/index.html +0 -92
- data/vendor/plugins/will_paginate/examples/pagination.css +0 -90
- data/vendor/plugins/will_paginate/examples/pagination.sass +0 -91
- data/vendor/plugins/will_paginate/init.rb +0 -1
- data/vendor/plugins/will_paginate/lib/will_paginate.rb +0 -90
- data/vendor/plugins/will_paginate/lib/will_paginate/array.rb +0 -16
- data/vendor/plugins/will_paginate/lib/will_paginate/collection.rb +0 -146
- data/vendor/plugins/will_paginate/lib/will_paginate/core_ext.rb +0 -43
- data/vendor/plugins/will_paginate/lib/will_paginate/finder.rb +0 -264
- data/vendor/plugins/will_paginate/lib/will_paginate/named_scope.rb +0 -170
- data/vendor/plugins/will_paginate/lib/will_paginate/named_scope_patch.rb +0 -37
- data/vendor/plugins/will_paginate/lib/will_paginate/version.rb +0 -9
- data/vendor/plugins/will_paginate/lib/will_paginate/view_helpers.rb +0 -408
- data/vendor/plugins/will_paginate/test/boot.rb +0 -21
- data/vendor/plugins/will_paginate/test/collection_test.rb +0 -143
- data/vendor/plugins/will_paginate/test/console +0 -8
- data/vendor/plugins/will_paginate/test/database.yml +0 -22
- data/vendor/plugins/will_paginate/test/finder_test.rb +0 -473
- data/vendor/plugins/will_paginate/test/fixtures/admin.rb +0 -3
- data/vendor/plugins/will_paginate/test/fixtures/developer.rb +0 -14
- data/vendor/plugins/will_paginate/test/fixtures/developers_projects.yml +0 -13
- data/vendor/plugins/will_paginate/test/fixtures/project.rb +0 -15
- data/vendor/plugins/will_paginate/test/fixtures/projects.yml +0 -6
- data/vendor/plugins/will_paginate/test/fixtures/replies.yml +0 -29
- data/vendor/plugins/will_paginate/test/fixtures/reply.rb +0 -7
- data/vendor/plugins/will_paginate/test/fixtures/schema.rb +0 -38
- data/vendor/plugins/will_paginate/test/fixtures/topic.rb +0 -10
- data/vendor/plugins/will_paginate/test/fixtures/topics.yml +0 -30
- data/vendor/plugins/will_paginate/test/fixtures/user.rb +0 -2
- data/vendor/plugins/will_paginate/test/fixtures/users.yml +0 -35
- data/vendor/plugins/will_paginate/test/helper.rb +0 -37
- data/vendor/plugins/will_paginate/test/lib/activerecord_test_case.rb +0 -43
- data/vendor/plugins/will_paginate/test/lib/activerecord_test_connector.rb +0 -75
- data/vendor/plugins/will_paginate/test/lib/load_fixtures.rb +0 -11
- data/vendor/plugins/will_paginate/test/lib/view_test_process.rb +0 -179
- data/vendor/plugins/will_paginate/test/tasks.rake +0 -59
- data/vendor/plugins/will_paginate/test/view_test.rb +0 -373
- data/vendor/plugins/will_paginate/will_paginate.gemspec +0 -19
@@ -1,47 +1,47 @@
|
|
1
1
|
WYMeditor.STRINGS['en'] = {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
};
|
2
|
+
Strong: 'Strong',
|
3
|
+
Bold: 'Bold',
|
4
|
+
Emphasis: 'Emphasis',
|
5
|
+
Superscript: 'Superscript',
|
6
|
+
Subscript: 'Subscript',
|
7
|
+
Ordered_List: 'Ordered List',
|
8
|
+
Unordered_List: 'Unordered List',
|
9
|
+
Indent: 'Indent',
|
10
|
+
Outdent: 'Outdent',
|
11
|
+
Undo: 'Undo',
|
12
|
+
Redo: 'Redo',
|
13
|
+
Link: 'Add a Link',
|
14
|
+
Unlink: 'Remove Link',
|
15
|
+
Image: 'Insert an Image',
|
16
|
+
Table: 'Insert a Table',
|
17
|
+
HTML: 'HTML',
|
18
|
+
Paragraph: 'Paragraph',
|
19
|
+
Heading_1: 'Heading 1',
|
20
|
+
Heading_2: 'Heading 2',
|
21
|
+
Heading_3: 'Heading 3',
|
22
|
+
Heading_4: 'Heading 4',
|
23
|
+
Heading_5: 'Heading 5',
|
24
|
+
Heading_6: 'Heading 6',
|
25
|
+
Preformatted: 'Preformatted',
|
26
|
+
Blockquote: 'Blockquote',
|
27
|
+
Table_Header: 'Table Header',
|
28
|
+
URL: 'URL',
|
29
|
+
Title: 'Title',
|
30
|
+
Alternative_Text: 'Alternative text',
|
31
|
+
Caption: 'Caption',
|
32
|
+
Summary: 'Summary',
|
33
|
+
Number_Of_Rows: 'Number of rows',
|
34
|
+
Number_Of_Cols: 'Number of cols',
|
35
|
+
Insert: 'Insert',
|
36
|
+
Submit: 'Submit',
|
37
|
+
Cancel: 'Cancel',
|
38
|
+
Choose: 'Choose',
|
39
|
+
Preview: 'Preview',
|
40
|
+
Paste_From_Word: 'Paste your text below',
|
41
|
+
Tools: 'Tools',
|
42
|
+
Containers: 'Containers',
|
43
|
+
Classes: 'Classes',
|
44
|
+
Status: 'Status',
|
45
|
+
Source_Code: 'Source code',
|
46
|
+
Css_Class: 'Apply CSS Class'
|
47
|
+
};
|
@@ -1,5 +1,6 @@
|
|
1
1
|
WYMeditor.STRINGS['nl'] = {
|
2
2
|
Strong: 'Sterk benadrukken',
|
3
|
+
Bold: 'Vet',
|
3
4
|
Emphasis: 'Benadrukken',
|
4
5
|
Superscript: 'Bovenschrift',
|
5
6
|
Subscript: 'Onderschrift',
|
@@ -31,6 +32,7 @@ WYMeditor.STRINGS['nl'] = {
|
|
31
32
|
Summary: 'Summary',
|
32
33
|
Number_Of_Rows: 'Aantal rijen',
|
33
34
|
Number_Of_Cols: 'Aantal kolommen',
|
35
|
+
Insert: 'Invoegen',
|
34
36
|
Submit: 'Versturen',
|
35
37
|
Cancel: 'Annuleren',
|
36
38
|
Choose: 'Kiezen',
|
@@ -40,6 +42,6 @@ WYMeditor.STRINGS['nl'] = {
|
|
40
42
|
Containers: 'Teksttypes',
|
41
43
|
Classes: 'Klassen',
|
42
44
|
Status: 'Status',
|
43
|
-
Source_Code: 'Broncode'
|
44
|
-
|
45
|
-
|
45
|
+
Source_Code: 'Broncode',
|
46
|
+
Css_Class: 'Gebruik CSS klasse'
|
47
|
+
};
|
@@ -0,0 +1,47 @@
|
|
1
|
+
WYMeditor.STRINGS['sl'] = {
|
2
|
+
Strong: 'Močno',
|
3
|
+
Bold: 'Krepko',
|
4
|
+
Emphasis: 'Ležeče',
|
5
|
+
Superscript: 'Nadpisano besedilo',
|
6
|
+
Subscript: 'Podpisano besedilo',
|
7
|
+
Ordered_List: 'Oštevilčen Seznam',
|
8
|
+
Unordered_List: 'Označen Seznam',
|
9
|
+
Indent: 'Povečaj zamik',
|
10
|
+
Outdent: 'Zmanjšaj zamik',
|
11
|
+
Undo: 'Razveljavi',
|
12
|
+
Redo: 'Redo',
|
13
|
+
Link: 'Dodaj Povezavo',
|
14
|
+
Unlink: 'Odstrani Povezavo',
|
15
|
+
Image: 'Vstavi Sliko',
|
16
|
+
Table: 'Vstavi Tabelo',
|
17
|
+
HTML: 'HTML',
|
18
|
+
Paragraph: 'Odstavek',
|
19
|
+
Heading_1: 'Naslov 1',
|
20
|
+
Heading_2: 'Naslov 2',
|
21
|
+
Heading_3: 'Naslov 3',
|
22
|
+
Heading_4: 'Naslov 4',
|
23
|
+
Heading_5: 'Naslov 5',
|
24
|
+
Heading_6: 'Naslov 6',
|
25
|
+
Preformatted: 'Vnaprej Oblikovano',
|
26
|
+
Blockquote: 'Navedek',
|
27
|
+
Table_Header: 'Glava Tabele',
|
28
|
+
URL: 'URL',
|
29
|
+
Title: 'Naslov',
|
30
|
+
Alternative_Text: 'Alternativno besedilo',
|
31
|
+
Caption: 'Napis',
|
32
|
+
Summary: 'Povzetek',
|
33
|
+
Number_Of_Rows: 'Število vrstic',
|
34
|
+
Number_Of_Cols: 'Število kolon',
|
35
|
+
Insert: 'Vstavi',
|
36
|
+
Submit: 'Predloži',
|
37
|
+
Cancel: 'Prekliči',
|
38
|
+
Choose: 'Izberi',
|
39
|
+
Preview: 'Predogled',
|
40
|
+
Paste_From_Word: 'Prilepite vaše besedilo spodaj',
|
41
|
+
Tools: 'Orodja',
|
42
|
+
Containers: 'Zabojniki',
|
43
|
+
Classes: 'Razredi',
|
44
|
+
Status: 'Status',
|
45
|
+
Source_Code: 'Izvorna koda',
|
46
|
+
Css_Class: 'Uporabi CSS Razred'
|
47
|
+
};
|
@@ -1,40 +1,40 @@
|
|
1
1
|
WYMeditor.SKINS['refinery'] = {
|
2
2
|
|
3
3
|
init: function(wym) {
|
4
|
-
|
5
|
-
//render following sections as panels
|
6
|
-
/* $(wym._box).find(wym._options.classesSelector)
|
7
|
-
.addClass("wym_panel"); */
|
8
|
-
|
9
4
|
//render following sections as buttons
|
10
5
|
$(wym._box).find(wym._options.toolsSelector)
|
11
|
-
.addClass(
|
6
|
+
.addClass('wym_buttons');
|
12
7
|
|
13
|
-
//render following sections as dropdown menus
|
14
|
-
/* $(wym._box).find(wym._options.classesSelector)
|
15
|
-
.addClass("wym_dropdown")
|
16
|
-
.find(WYMeditor.H2)
|
17
|
-
.append("<span> ></span>");
|
18
|
-
*/
|
19
8
|
// auto add some margin to the main area sides if left area
|
20
9
|
// or right area are not empty (if they contain sections)
|
21
|
-
$(wym._box).find(
|
22
|
-
.parents(
|
10
|
+
$(wym._box).find('div.wym_area_right ul')
|
11
|
+
.parents('div.wym_area_right').show()
|
23
12
|
.parents(wym._options.boxSelector)
|
24
|
-
.find(
|
25
|
-
.css({
|
13
|
+
.find('div.wym_area_main')
|
14
|
+
.css({'margin-right': '155px'});
|
26
15
|
|
27
|
-
$(wym._box).find(
|
28
|
-
.parents(
|
16
|
+
$(wym._box).find('div.wym_area_left ul')
|
17
|
+
.parents('div.wym_area_left').show()
|
29
18
|
.parents(wym._options.boxSelector)
|
30
|
-
.find(
|
31
|
-
.css({
|
19
|
+
.find('div.wym_area_main')
|
20
|
+
.css({'margin-left': '155px'});
|
32
21
|
|
33
22
|
//make hover work under IE < 7
|
34
|
-
$(wym._box).find(
|
35
|
-
$(this).addClass(
|
23
|
+
$(wym._box).find('.wym_section').hover(function(){
|
24
|
+
$(this).addClass('hover');
|
36
25
|
},function(){
|
37
|
-
$(this).removeClass(
|
26
|
+
$(this).removeClass('hover');
|
38
27
|
});
|
28
|
+
|
29
|
+
// adjust sizing
|
30
|
+
$(wym._box).css('width', $(wym._element).width() - 2)
|
31
|
+
.find('.wym_iframe iframe').css('width', $(wym._box).width() - 2);
|
32
|
+
|
33
|
+
$('.button').corner('6px');
|
34
|
+
$(".wym_area_top li>a").corner("2px");
|
35
|
+
|
36
|
+
$(".wym_skin_refinery").animate({
|
37
|
+
opacity: 1
|
38
|
+
}, 800);
|
39
39
|
}
|
40
40
|
};
|
data/public/robots.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
@import url('refinery/formatting.css');
|
2
|
-
/*
|
3
|
-
|
4
|
-
|
2
|
+
/*
|
3
|
+
Override default refinery formatting below.
|
4
|
+
Formatting applies to backend WYSIWYG editors and all frontend.
|
5
5
|
*/
|
data/public/stylesheets/home.css
CHANGED
data/public/stylesheets/ie7.css
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
@import url('/stylesheets/refinery/ie.css');
|
@@ -1,17 +1,17 @@
|
|
1
1
|
/* Default error colouring */
|
2
2
|
|
3
3
|
div.fieldWithErrors {
|
4
|
-
|
4
|
+
display: inline;
|
5
5
|
}
|
6
6
|
|
7
7
|
#errorExplanation {
|
8
|
-
|
9
|
-
|
10
|
-
|
8
|
+
border-top: 3px solid #F27F7F;
|
9
|
+
background: #FFBEBE;
|
10
|
+
padding: 10px;
|
11
11
|
}
|
12
12
|
|
13
13
|
#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
|
14
|
-
|
14
|
+
color: #9C2626;
|
15
15
|
}
|
16
16
|
|
17
17
|
/* Browser Hacks */
|
@@ -19,15 +19,15 @@ div.fieldWithErrors {
|
|
19
19
|
/* remove borders from images */
|
20
20
|
|
21
21
|
a img {
|
22
|
-
|
22
|
+
border: 0px none;
|
23
23
|
}
|
24
24
|
|
25
25
|
/*
|
26
26
|
Firefox Dotted Line Fix
|
27
|
-
|
27
|
+
- http://sonspring.com/journal/removing-dotted-links
|
28
28
|
*/
|
29
29
|
a:focus {
|
30
|
-
|
30
|
+
outline: none;
|
31
31
|
}
|
32
32
|
|
33
33
|
/*
|
@@ -36,18 +36,18 @@ Clearfix docs
|
|
36
36
|
- IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
|
37
37
|
*/
|
38
38
|
.clearfix:after {
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
39
|
+
content: ".";
|
40
|
+
display: block;
|
41
|
+
height: 0;
|
42
|
+
clear: both;
|
43
|
+
visibility: hidden;
|
44
44
|
}
|
45
45
|
.clearfix {
|
46
|
-
|
46
|
+
display: inline-block;
|
47
47
|
}
|
48
48
|
|
49
49
|
/* Hide from IE Mac \*/
|
50
50
|
.clearfix {
|
51
|
-
|
51
|
+
display:block;
|
52
52
|
}
|
53
53
|
/* End hide from IE Mac */
|
@@ -0,0 +1,20 @@
|
|
1
|
+
#content .form-actions .form-actions-left a.button {
|
2
|
+
height: 19px;
|
3
|
+
line-height: 19px;
|
4
|
+
padding-top: 3px;
|
5
|
+
padding-bottom: 3px;
|
6
|
+
}
|
7
|
+
#site_bar #editor_switch a {
|
8
|
+
height: 26px;
|
9
|
+
padding-top: 4px;
|
10
|
+
padding-bottom: 4px;
|
11
|
+
line-height: 26px;
|
12
|
+
}
|
13
|
+
.search_form input.button {
|
14
|
+
padding-left: 8px;
|
15
|
+
padding-right: 8px;
|
16
|
+
}
|
17
|
+
body.login input.larger, body.login input.larger:focus {
|
18
|
+
background-image: none !important;
|
19
|
+
padding: 0px;
|
20
|
+
}
|
@@ -3,6 +3,10 @@
|
|
3
3
|
font-family: Arial;
|
4
4
|
font-size: 13px;
|
5
5
|
}
|
6
|
+
p {
|
7
|
+
font-size: 14px;
|
8
|
+
line-height: 18px;
|
9
|
+
}
|
6
10
|
html {
|
7
11
|
min-height: 100%;
|
8
12
|
}
|
@@ -10,70 +14,89 @@ body {
|
|
10
14
|
min-height: 100%;
|
11
15
|
margin: 0;
|
12
16
|
padding: 0;
|
13
|
-
font: 10px
|
17
|
+
font-size: 10px;
|
18
|
+
font-family: Verdana;
|
19
|
+
line-height: 1.5em;
|
14
20
|
background: black url('/images/refinery/page_bg.png') repeat;
|
15
21
|
}
|
16
|
-
|
17
22
|
acronym {
|
18
23
|
cursor: help;
|
19
24
|
}
|
20
|
-
|
25
|
+
label[for] {
|
26
|
+
cursor: pointer;
|
27
|
+
}
|
28
|
+
#page_container, #site_bar_content, #header_content {
|
29
|
+
margin: 0px auto 10px auto;
|
30
|
+
text-align: left;
|
31
|
+
width: 990px;
|
32
|
+
}
|
33
|
+
#page_container {
|
34
|
+
width: 960px;
|
35
|
+
padding: 30px 15px;
|
36
|
+
}
|
37
|
+
#site_bar_content {
|
38
|
+
margin-bottom: 0px;
|
39
|
+
}
|
40
|
+
#content .field, #content .form-actions {
|
41
|
+
width: 100%;
|
42
|
+
position: relative;
|
43
|
+
}
|
44
|
+
#dialog_container #content .field, .dialog_container .field {
|
45
|
+
width: auto;
|
46
|
+
}
|
47
|
+
input.widest, textarea.widest {
|
48
|
+
width: 99%;
|
49
|
+
}
|
50
|
+
select.widest {
|
51
|
+
max-width: 99%;
|
52
|
+
}
|
21
53
|
#actions {
|
22
54
|
float: right;
|
23
|
-
width:
|
55
|
+
width: 30.7%;
|
24
56
|
padding-left: 15px;
|
57
|
+
padding-top: 0px;
|
25
58
|
}
|
26
|
-
|
27
59
|
#records {
|
28
60
|
float: left;
|
29
|
-
width:
|
30
|
-
padding-right: 15px;
|
61
|
+
width: 67.7%;
|
31
62
|
}
|
32
|
-
|
33
63
|
#actions ul {
|
34
|
-
margin:
|
64
|
+
margin: 0px 0px 18px 0px;
|
35
65
|
padding: 0;
|
36
66
|
list-style: none;
|
37
67
|
}
|
38
|
-
|
39
68
|
#actions li a {
|
40
|
-
background-color
|
69
|
+
background-color: #dbedff;
|
41
70
|
background-position: 12px;
|
42
71
|
background-repeat: no-repeat;
|
43
|
-
border:1px solid #
|
44
|
-
display:block;
|
45
|
-
padding:9px 12px 9px 36px;
|
72
|
+
border: 1px solid #65C3F7;
|
73
|
+
display: block;
|
74
|
+
padding: 9px 12px 9px 36px;
|
46
75
|
}
|
47
76
|
#actions li a:hover {
|
48
|
-
|
77
|
+
background-color: #cae7fb;
|
78
|
+
}
|
79
|
+
#actions li a:active, #actions li.selected a {
|
80
|
+
background-color: #22A7F2;
|
81
|
+
color: white;
|
49
82
|
}
|
50
|
-
|
51
83
|
#actions li {
|
52
84
|
margin-top: 10px;
|
53
85
|
}
|
54
|
-
|
55
86
|
#sort-status {
|
56
87
|
padding: 5px 5px 5px 0px;
|
57
88
|
}
|
58
|
-
|
59
89
|
hr {
|
60
90
|
border: 0;
|
61
91
|
border-top: 1px solid #484743;
|
62
92
|
}
|
63
|
-
|
64
|
-
.form-actions {
|
65
|
-
margin-top: 10px;
|
66
|
-
}
|
67
|
-
|
68
93
|
.actions img {
|
69
94
|
border: none;
|
70
95
|
}
|
71
|
-
|
72
96
|
.actions a, .actions a:hover {
|
73
97
|
border: none;
|
74
98
|
text-decoration: none;
|
75
99
|
}
|
76
|
-
|
77
100
|
.errorExplanation {
|
78
101
|
background: 7px 10px no-repeat url('/images/refinery/icons/cancel.png') #FFB1B1;
|
79
102
|
padding: 0px 5px 5px 30px;
|
@@ -82,57 +105,82 @@ hr {
|
|
82
105
|
margin-bottom: 5px;
|
83
106
|
border: 1px solid red;
|
84
107
|
}
|
85
|
-
|
86
108
|
.errorExplanation h2 {
|
87
109
|
color: red;
|
88
110
|
text-transform: none;
|
89
111
|
display: none;
|
90
112
|
}
|
91
|
-
|
92
113
|
.errorExplanation p {
|
93
114
|
font-weight: normal;
|
94
115
|
}
|
95
|
-
|
96
116
|
.fieldWithErrors input, .fieldWithErrors textarea {
|
97
|
-
border: 1px solid red;
|
98
|
-
background-color: #FFECF0;
|
99
|
-
}
|
100
|
-
|
101
|
-
#flash {
|
102
|
-
width: 545px;
|
117
|
+
border: 1px solid red !important;
|
118
|
+
background-color: #FFECF0 !important;
|
103
119
|
}
|
104
|
-
.
|
105
|
-
|
120
|
+
.fieldWithErrors iframe {
|
121
|
+
border: 1px solid red !important;
|
106
122
|
}
|
107
123
|
#message, #flash {
|
108
124
|
padding: 8px 8px 8px 30px;
|
109
|
-
margin-bottom:
|
125
|
+
margin-bottom: 15px;
|
126
|
+
position: relative;
|
110
127
|
}
|
111
|
-
|
112
|
-
.flash_notice {
|
128
|
+
.flash_notice, .flash_message {
|
113
129
|
border: 1px solid #00A017;
|
114
130
|
color: #00A017;
|
115
131
|
background: 7px 7px no-repeat url('/images/refinery/icons/accept.png') #E0F5E0;
|
116
132
|
}
|
117
|
-
|
118
133
|
.flash_notice, .flash_notice * {
|
119
134
|
color: #00A017;
|
120
135
|
}
|
121
|
-
|
122
136
|
.flash_error {
|
123
137
|
border: 1px solid #A00027;
|
124
138
|
color: #A00027;
|
125
139
|
background: 7px 7px no-repeat url('/images/refinery/icons/cancel.png') #FFB1B1;
|
126
140
|
}
|
127
|
-
|
141
|
+
#flash.flash_notice #flash_close, #flash.flash_error #flash_close {
|
142
|
+
text-transform: lowercase;
|
143
|
+
}
|
144
|
+
#flash.flash_message {
|
145
|
+
background: #E0F5E0;
|
146
|
+
padding: 9px;
|
147
|
+
position: relative;
|
148
|
+
margin-bottom: 32px;
|
149
|
+
}
|
150
|
+
#flash.flash_message h2 {
|
151
|
+
margin-top: 12px;
|
152
|
+
}
|
153
|
+
.flash_message, .flash_message * {
|
154
|
+
color: #262719;
|
155
|
+
font-size: 14px;
|
156
|
+
}
|
157
|
+
#flash a, #flash a:hover {
|
158
|
+
color: #e20003;
|
159
|
+
border-bottom-color: #e20003;
|
160
|
+
}
|
161
|
+
#flash.flash_error a, #flash.flash_error a:hover {
|
162
|
+
display: none;
|
163
|
+
}
|
164
|
+
#flash a#flash_close {
|
165
|
+
position: absolute;
|
166
|
+
right: 9px;
|
167
|
+
top: 7px;
|
168
|
+
}
|
169
|
+
#flash.flash_message a#flash_close {
|
170
|
+
top: 21px;
|
171
|
+
}
|
172
|
+
#header a, #content a {
|
173
|
+
border-bottom: 1px dotted #727272;
|
174
|
+
}
|
128
175
|
a {
|
129
176
|
color: #41403C;
|
130
177
|
text-decoration: none;
|
131
|
-
border-bottom: 1px dotted #727272;
|
132
178
|
}
|
133
|
-
|
179
|
+
#content .wym_box a, #content .ui-tabs a {
|
180
|
+
border-bottom: 0px none;
|
181
|
+
}
|
134
182
|
.splash #content {
|
135
|
-
background-
|
183
|
+
background-color: white;
|
136
184
|
background-repeat: repeat-y;
|
137
185
|
}
|
138
186
|
#content h1 {
|
@@ -142,199 +190,180 @@ a {
|
|
142
190
|
border-bottom: 1px solid #99998B;
|
143
191
|
padding-bottom: 10px;
|
144
192
|
}
|
145
|
-
|
146
193
|
.less-important {
|
147
194
|
color: #727272;
|
148
195
|
}
|
149
|
-
|
150
|
-
#header a, #administration_tabnav a, #submenu a {
|
196
|
+
#header a {
|
151
197
|
border: 0px;
|
152
198
|
}
|
153
|
-
|
154
199
|
a:hover {
|
155
200
|
color: #000;
|
156
201
|
border-bottom: 1px solid #727272;
|
157
202
|
}
|
158
|
-
|
159
|
-
|
160
|
-
margin: 0px auto 10px auto;
|
161
|
-
text-align: left;
|
162
|
-
width: 990px;
|
203
|
+
a#site_bar_refinery_cms_logo {
|
204
|
+
left: 448px;
|
163
205
|
}
|
164
|
-
|
165
|
-
|
166
|
-
background-color: #f6f5f4;
|
206
|
+
#content, #page_container {
|
207
|
+
background-color: white;
|
167
208
|
}
|
168
|
-
|
169
|
-
body.login #page_container, body.login #site_bar_content, body.login #site_bar_branding {
|
209
|
+
body.login #page_container, body.login #site_bar_content, body.login #header_content {
|
170
210
|
width: 590px;
|
171
211
|
}
|
172
|
-
|
173
|
-
|
174
|
-
display: none;
|
212
|
+
body.login #page_container {
|
213
|
+
width: 560px;
|
175
214
|
}
|
176
|
-
|
177
|
-
|
178
|
-
display: none;
|
215
|
+
body.login #header_content {
|
216
|
+
background: #eaeaea;
|
179
217
|
}
|
180
|
-
|
181
|
-
|
182
|
-
float: right;
|
183
|
-
margin-top: 10px;
|
218
|
+
body.login #site_bar_content a#site_bar_refinery_cms_logo {
|
219
|
+
left: 247px;
|
184
220
|
}
|
185
|
-
|
186
221
|
#page_container .login #page h1 {
|
187
222
|
margin: 0;
|
188
223
|
padding: 5px;
|
189
224
|
font-size: 20px;
|
190
225
|
line-height:22px
|
191
226
|
}
|
192
|
-
|
193
|
-
|
194
|
-
float: left;
|
227
|
+
body.login #page_container div.remember_me label {
|
228
|
+
display: inline;
|
195
229
|
}
|
196
|
-
|
197
|
-
|
198
|
-
|
230
|
+
body.login #page_container div.actions {
|
231
|
+
margin-top: 12px;
|
232
|
+
}
|
233
|
+
body.login label {
|
234
|
+
margin-top: 0px;
|
235
|
+
}
|
236
|
+
body.login .field {
|
237
|
+
margin-bottom: 20px;
|
238
|
+
}
|
239
|
+
body.login .field.remember_me, body.login .field.forgot_password {
|
240
|
+
margin-bottom: 0px;
|
241
|
+
margin-top: 0px;
|
242
|
+
}
|
243
|
+
body.login .field.forgot_password {
|
244
|
+
text-align: right;
|
245
|
+
}
|
246
|
+
body.login .field.remember_me label {
|
247
|
+
margin-top: 20px;
|
199
248
|
}
|
200
|
-
|
201
249
|
body.login #page_container div.remember_me {
|
202
|
-
|
250
|
+
width: 300px;
|
251
|
+
float: left;
|
203
252
|
}
|
204
|
-
|
205
253
|
body.login #page_container div.forgot_password {
|
206
254
|
float: right;
|
207
|
-
|
208
|
-
margin-top: 11px;
|
209
|
-
margin-right: 3px;
|
255
|
+
width: 200px;
|
210
256
|
}
|
211
|
-
|
212
|
-
|
213
|
-
display: inline;
|
257
|
+
body.login label, body.login a {
|
258
|
+
font-size: 14px;
|
214
259
|
}
|
215
|
-
|
216
|
-
|
217
|
-
width: 260px;
|
260
|
+
body.login #flash_container, body.login .errorExplanation {
|
261
|
+
margin-bottom: 12px;
|
218
262
|
}
|
219
|
-
|
220
|
-
|
221
|
-
margin-top: 12px;
|
263
|
+
div.field.plugin_access ul#plugins li {
|
264
|
+
margin-top: 3px;
|
222
265
|
}
|
223
|
-
|
224
|
-
|
266
|
+
div.field.plugin_access {
|
267
|
+
margin-top: 20px;
|
268
|
+
}
|
269
|
+
div.field.plugin_access .label_with_help a {
|
270
|
+
font-weight: normal;
|
271
|
+
}
|
272
|
+
/* Works in Firefox, Safari, Chrome, IE8+ */
|
273
|
+
body.login input.larger {
|
274
|
+
background: url('/images/refinery/text_field_background.png') repeat-x white;
|
275
|
+
height: 31px;
|
276
|
+
}
|
277
|
+
body.login input.larger:focus {
|
278
|
+
background-position: 0px -41px;
|
279
|
+
}
|
280
|
+
body.login .fieldWithErrors input.larger {
|
281
|
+
background-position: 0px -82px;
|
282
|
+
border: 1px solid red;
|
283
|
+
}
|
284
|
+
#header_content {
|
285
|
+
height: 60px;
|
286
|
+
position: relative;
|
287
|
+
margin-bottom: 0px;
|
288
|
+
}
|
289
|
+
body.login #header_content h1 {
|
290
|
+
color: #41403c;
|
291
|
+
vertical-align: middle;
|
292
|
+
text-align: center;
|
293
|
+
font-weight: bold;
|
294
|
+
font-size: 18px;
|
295
|
+
padding-bottom: 0px;
|
296
|
+
line-height: 60px;
|
297
|
+
}
|
298
|
+
#menu {
|
225
299
|
display: block;
|
226
300
|
margin: 0px;
|
227
301
|
padding: 0px;
|
228
302
|
position: absolute;
|
229
303
|
bottom: 0px;
|
230
|
-
left:
|
231
|
-
right:
|
232
|
-
|
233
|
-
|
234
|
-
#header ul#menu li#logout {
|
235
|
-
float: right;
|
304
|
+
left: 0px;
|
305
|
+
right: 0px;
|
306
|
+
background: transparent;
|
236
307
|
}
|
237
|
-
|
238
|
-
#header #menu.ui-sortable li a {
|
308
|
+
#menu.ui-sortable a {
|
239
309
|
cursor: move;
|
240
310
|
}
|
241
|
-
#
|
311
|
+
#menu.ui-sortable-disabled a {
|
242
312
|
cursor: pointer;
|
243
313
|
}
|
244
|
-
#
|
245
|
-
float: left;
|
246
|
-
margin-right: 2px;
|
247
|
-
list-style: none;
|
248
|
-
}
|
249
|
-
|
250
|
-
#header li a {
|
314
|
+
#menu a {
|
251
315
|
display: block;
|
252
316
|
padding: 9px 13px;
|
253
|
-
font-size:
|
254
|
-
background
|
317
|
+
font-size: 13px;
|
318
|
+
background: url('/images/refinery/nav_inactive_background.png') transparent repeat;
|
255
319
|
margin-top:4px;
|
320
|
+
color: white;
|
321
|
+
font-weight: normal;
|
322
|
+
float: left;
|
323
|
+
margin-right: 2px;
|
324
|
+
position: relative;
|
256
325
|
}
|
257
|
-
|
258
|
-
|
259
|
-
|
326
|
+
#menu a.active, #menu a:hover, #menu a:focus {
|
327
|
+
background-color: white;
|
328
|
+
color: #ff5500;
|
260
329
|
}
|
261
|
-
|
262
|
-
#header li a.active {
|
263
|
-
background-color: #f6f5f4;
|
330
|
+
#menu a.active {
|
264
331
|
padding: 11px 13px;
|
265
332
|
margin-top: 0px;
|
266
333
|
}
|
267
|
-
|
268
|
-
|
269
|
-
|
334
|
+
#menu a#menu_reorder, #header #menu a#menu_reorder_done {
|
335
|
+
height: 14px;
|
336
|
+
width: 14px;
|
270
337
|
margin-top: 11px;
|
338
|
+
padding: 6px;
|
271
339
|
cursor: pointer;
|
272
|
-
|
273
|
-
|
274
|
-
background-position: 7px;
|
275
|
-
width: 4px;
|
276
|
-
_margin-top: 8px;
|
277
|
-
padding: 8px 12px;
|
278
|
-
}
|
279
|
-
#header #menu li a#menu_reorder:hover, #header #menu li a#menu_reorder_done:hover {
|
280
|
-
background-color: #a1a18b;
|
281
|
-
}
|
282
|
-
#header #menu li a#menu_reorder {
|
283
|
-
background-image: url('/images/refinery/icons/arrow_switch.png');
|
284
|
-
}
|
285
|
-
#header #menu li a#menu_reorder_done {
|
286
|
-
background-image: url('/images/refinery/icons/tick.png');
|
340
|
+
vertical-align: middle;
|
341
|
+
text-align: center;
|
287
342
|
}
|
288
|
-
|
289
343
|
#content {
|
290
|
-
padding:
|
344
|
+
padding: 0px;
|
291
345
|
}
|
292
|
-
|
293
346
|
pre {
|
294
347
|
margin: 0;
|
295
348
|
padding: 0;
|
296
349
|
}
|
297
|
-
|
298
|
-
.clearfix:after {
|
299
|
-
content: ".";
|
300
|
-
display: block;
|
301
|
-
height: 0;
|
302
|
-
clear: both;
|
303
|
-
visibility: hidden;
|
304
|
-
}
|
305
|
-
|
306
350
|
.preview {
|
307
351
|
color: #A3A093;
|
308
352
|
}
|
309
|
-
|
310
|
-
#header {
|
311
|
-
padding: 26px 15px 0 15px;
|
312
|
-
position: relative;
|
313
|
-
height: 18px;
|
314
|
-
}
|
315
|
-
|
316
|
-
body.login #page_container #header {
|
317
|
-
padding: 42px 15px 42px 15px;
|
318
|
-
height: 35px;
|
319
|
-
}
|
320
|
-
|
321
353
|
#site_link {
|
322
354
|
display: block;
|
323
355
|
color: #C2C2B3;
|
324
356
|
float: left;
|
325
357
|
|
326
358
|
}
|
327
|
-
|
328
359
|
#site_link:hover {
|
329
360
|
text-decoration: underline;
|
330
361
|
}
|
331
|
-
|
332
362
|
#header #logo {
|
333
363
|
position: absolute;
|
334
364
|
right: 20px;
|
335
365
|
top: 25px;
|
336
366
|
}
|
337
|
-
|
338
367
|
#header h1, #header h1 a {
|
339
368
|
color: white;
|
340
369
|
font-size: 20px;
|
@@ -343,155 +372,136 @@ body.login #page_container #header {
|
|
343
372
|
padding-bottom: 4px;
|
344
373
|
margin-top: 0;
|
345
374
|
}
|
346
|
-
|
347
375
|
#header p {
|
348
376
|
color: white;
|
349
377
|
font-size: 90%;
|
350
378
|
padding: 0;
|
351
379
|
margin: 0;
|
352
380
|
}
|
353
|
-
|
354
|
-
|
355
|
-
margin: 0px auto;
|
356
|
-
text-align: center;
|
357
|
-
}
|
358
|
-
|
359
|
-
#footer_logo {
|
360
|
-
border: 0px none;
|
361
|
-
display:inline-block;
|
362
|
-
*display:inline;
|
363
|
-
margin: 50px auto 40px auto;
|
364
|
-
width: auto;
|
365
|
-
}
|
366
|
-
|
367
|
-
#footer p, #footer a {
|
368
|
-
color: white;
|
369
|
-
font-size: 11px;
|
381
|
+
.filter {
|
382
|
+
float: right;
|
370
383
|
}
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
padding-left: 10px;
|
375
|
-
background: url('/images/refinery/nav-3-background.gif') #EFEE8 repeat-x bottom;
|
384
|
+
#records > ul, #records > #recent_activity > ul, #records > #recent_inquiries > ul {
|
385
|
+
margin-left: 0;
|
386
|
+
padding-left: 0;
|
376
387
|
}
|
377
|
-
|
378
|
-
#submenu ul {
|
388
|
+
#records > ul li, #records > #recent_activity > ul li, #records > #recent_inquiries > ul li {
|
379
389
|
list-style: none;
|
380
|
-
|
381
|
-
|
390
|
+
padding: 0px 5px;
|
391
|
+
vertical-align: top;
|
392
|
+
margin-bottom: 2px;
|
393
|
+
line-height: 35px;
|
382
394
|
}
|
383
|
-
|
384
|
-
|
385
|
-
float: left;
|
395
|
+
#content #records > ul li .actions a {
|
396
|
+
line-height: 29px;
|
386
397
|
}
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
padding: 6px;
|
398
|
+
#records ul.clickable li {
|
399
|
+
padding: 0px;
|
400
|
+
margin-bottom: 0px;
|
391
401
|
}
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
margin-
|
402
|
+
#records ul.clickable li a {
|
403
|
+
padding: 0px 5px;
|
404
|
+
vertical-align: top;
|
405
|
+
margin-bottom: 2px;
|
406
|
+
line-height: 35px;
|
407
|
+
display: block;
|
408
|
+
border-bottom: 0px none;
|
396
409
|
}
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
text-decoration: none;
|
410
|
+
#records > #recent_activity, #records > #recent_inquiries {
|
411
|
+
float: left;
|
412
|
+
width: 48%;
|
401
413
|
}
|
402
|
-
|
403
|
-
|
404
|
-
float: right;
|
414
|
+
#records > #recent_inquiries {
|
415
|
+
margin-left: 21px;
|
405
416
|
}
|
406
|
-
|
407
|
-
|
408
|
-
list-style: none;
|
409
|
-
margin-left: 0;
|
410
|
-
padding-left: 0;
|
411
|
-
}
|
412
|
-
|
413
|
-
#records li {
|
414
|
-
padding: 2px 5px;
|
415
|
-
vertical-align: top;
|
416
|
-
margin-bottom: 2px;
|
417
|
+
#records.one_list > #recent_activity, #records.one_list > #recent_inquiries {
|
418
|
+
width: 100%;
|
417
419
|
}
|
418
|
-
|
419
420
|
#records .left-column {
|
420
421
|
float: left;
|
421
422
|
width: 65%;
|
422
423
|
}
|
423
|
-
|
424
424
|
#records .left-column img {
|
425
425
|
vertical-align: bottom;
|
426
426
|
margin-top: 1px;
|
427
427
|
margin-right: 5px;
|
428
428
|
}
|
429
|
-
|
430
429
|
#records .right-column {
|
431
430
|
float: right;
|
432
431
|
width: 34%;
|
433
432
|
text-align: right;
|
434
433
|
}
|
435
|
-
|
436
434
|
#records .on {
|
437
|
-
background-color: #
|
435
|
+
background-color: #EAEAEA;
|
438
436
|
}
|
439
|
-
#records .off {
|
440
|
-
background-color:
|
437
|
+
#records .off, #records .on-hover {
|
438
|
+
background-color: white;
|
441
439
|
}
|
442
|
-
|
443
|
-
|
444
|
-
background: url('/images/refinery/hover-gradient.jpg') repeat-x bottom #D4D4C6
|
440
|
+
#pagination ul a:hover, #pagination .on {
|
441
|
+
background: url('/images/refinery/hover-gradient.jpg') repeat-x bottom #D4D4C6;
|
445
442
|
}
|
446
443
|
#records ul.empty {
|
447
444
|
display: none;
|
448
445
|
}
|
449
|
-
|
450
|
-
/* order of specificity: class rules need to be ruled important otherwise id based rules override them */
|
451
|
-
.tree ul li ul {
|
446
|
+
#records.tree ul li ul, .tree ul li ul {
|
452
447
|
padding: 0;
|
453
448
|
}
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
padding: 5px 0 0 40px !important;
|
449
|
+
#records.tree ul li, .tree ul li {
|
450
|
+
margin: 0px;
|
451
|
+
padding: 4px 0 0 40px;
|
458
452
|
background: url('/images/refinery/branch.gif') no-repeat 15px 0px;
|
459
453
|
}
|
460
|
-
|
461
|
-
.tree .on-hover, #pagination ul.tree a:hover, #pagination .tree .on {
|
454
|
+
#records.tree .on-hover, #pagination ul.tree a:hover, #pagination .tree .on {
|
462
455
|
background: url('/images/refinery/branch.gif') no-repeat 15px 0px;
|
463
456
|
}
|
464
|
-
|
465
|
-
.tree ul li.branch_start {
|
457
|
+
#records.tree ul li.branch_start, .tree ul li.branch_start {
|
466
458
|
background-image: url('/images/refinery/branch-start.gif');
|
467
459
|
}
|
468
|
-
.tree ul li.branch_end {
|
460
|
+
#records.tree ul li.branch_end, .tree ul li.branch_end {
|
469
461
|
background-image: url('/images/refinery/branch-end.gif');
|
470
462
|
}
|
471
|
-
|
472
|
-
|
463
|
+
#records.tree li {
|
464
|
+
line-height: 25px;
|
465
|
+
}
|
466
|
+
#records.tree li span.spacing, .tree li span.spacing {
|
473
467
|
display: none;
|
474
468
|
}
|
469
|
+
#records.tree ul li > div:hover, .tree ul li > div:hover {
|
470
|
+
background-color: #EAEAEA;
|
471
|
+
}
|
472
|
+
#records.tree ul.ui-sortable li div:hover, .tree ul.ui-sortable li div:hover {
|
473
|
+
background-color: inherit;
|
474
|
+
}
|
475
|
+
#records ul#sortable_list {
|
476
|
+
margin-top: 6px;
|
477
|
+
}
|
478
|
+
#records ul#sortable_list.ui-sortable {
|
479
|
+
margin-top: 0px;
|
480
|
+
}
|
475
481
|
#content .ui-sortable li.hover {
|
476
482
|
height: 300%;
|
477
483
|
display: block;
|
478
484
|
}
|
479
|
-
|
480
485
|
#content .ui-sortable {
|
481
486
|
margin: 0;
|
482
487
|
padding: 12px 0px;
|
483
488
|
}
|
484
|
-
|
485
|
-
|
486
|
-
padding: 6px 10px 12px 40px !important;
|
489
|
+
#content #records > .ui-sortable {
|
490
|
+
padding-top: 10px;
|
487
491
|
}
|
488
|
-
|
489
|
-
|
490
|
-
|
492
|
+
#content #records ul.ui-sortable li ul, #content .ui-sortable li ul {
|
493
|
+
padding: 6px 10px 12px 40px;
|
494
|
+
}
|
495
|
+
#content #records ul.ui-sortable li, #content ul.ui-sortable li {
|
496
|
+
background-image: none;
|
497
|
+
background-color: #EAEAEA;
|
491
498
|
cursor: move;
|
492
|
-
border: 1px solid #
|
493
|
-
margin-bottom:
|
494
|
-
padding: 3px 0px 0px 3px
|
499
|
+
border: 1px solid #ccc;
|
500
|
+
margin-bottom: 6px;
|
501
|
+
padding: 3px 0px 0px 3px;
|
502
|
+
}
|
503
|
+
#content #records ul.ui-sortable li ul li, #content ul.ui-sortable li {
|
504
|
+
background-color: #F2F2F2;
|
495
505
|
}
|
496
506
|
#content ul.ui-sortable li ul.empty {
|
497
507
|
display: block;
|
@@ -510,11 +520,22 @@ body.login #page_container #header {
|
|
510
520
|
min-height: 12px;
|
511
521
|
}
|
512
522
|
#content .ui-sortable li.placeholder {
|
513
|
-
opacity: 0.
|
523
|
+
opacity: 0.7;
|
514
524
|
border-width: 2px;
|
515
525
|
border-style: dashed;
|
516
526
|
height: 38px;
|
517
527
|
}
|
528
|
+
#content .tree .ui-sortable li.placeholder {
|
529
|
+
height: 6px;
|
530
|
+
border-width: 2px;
|
531
|
+
position: absolute;
|
532
|
+
background: #22A7F2 !important;
|
533
|
+
}
|
534
|
+
#content #records .tree .ui-sortable li.helper, #content .tree .ui-sortable li.helper {
|
535
|
+
opacity: 0.5 !important;
|
536
|
+
}
|
537
|
+
#content .tree .ui-sortable li.below-placeholder {
|
538
|
+
}
|
518
539
|
#content ul.ui-sortable li.ui-sortable-helper {
|
519
540
|
height: 38px !important;
|
520
541
|
}
|
@@ -524,34 +545,32 @@ body.login #page_container #header {
|
|
524
545
|
.ui-sortable-helper {
|
525
546
|
opacity: 0.7;
|
526
547
|
}
|
527
|
-
|
528
548
|
#content h2 {
|
529
|
-
font-size:
|
530
|
-
color:#
|
549
|
+
font-size: 18px;
|
550
|
+
color:#41403c;
|
531
551
|
margin-bottom: 15px;
|
532
552
|
margin-top: 10px;
|
553
|
+
font-weight: bold;
|
554
|
+
}
|
555
|
+
#records h2, #actions h2 {
|
556
|
+
margin-top: 0px;
|
533
557
|
}
|
534
|
-
|
535
558
|
.pagination {
|
536
559
|
background-color: #C9DAE2;
|
537
560
|
padding: 7px;
|
538
561
|
margin: 10px 0px;
|
539
562
|
}
|
540
|
-
|
541
563
|
.pagination .disabled {
|
542
564
|
color: #A8B9C1;
|
543
565
|
}
|
544
|
-
|
545
|
-
.pagination a, .current, .disabled {
|
566
|
+
.pagination a, #content .pagination a, .pagination .current, .disabled {
|
546
567
|
padding: 7px;
|
547
568
|
line-height: 20px;
|
548
|
-
border: none;
|
569
|
+
border-bottom: 0px none;
|
549
570
|
}
|
550
|
-
|
551
571
|
.pagination .current, .pagination a:hover {
|
552
572
|
background: #A8B9C1;
|
553
573
|
}
|
554
|
-
|
555
574
|
#dialog-form-actions .pagination {
|
556
575
|
margin: -4px 6px -4px 0px;
|
557
576
|
float: right;
|
@@ -560,44 +579,36 @@ body.login #page_container #header {
|
|
560
579
|
#dialog-form-actions .pagination a, #dialog-form-actions .pagination .current, #dialog-form-actions .pagination .disabled {
|
561
580
|
line-height: 15px;
|
562
581
|
}
|
563
|
-
|
564
582
|
textarea {
|
565
583
|
line-height: 20px;
|
566
584
|
padding: 5px;
|
567
585
|
}
|
568
|
-
|
569
586
|
.field-couple {
|
570
587
|
margin-bottom: 20px;
|
571
588
|
}
|
572
|
-
|
573
589
|
.submit {
|
574
|
-
border:
|
590
|
+
border: inherit;
|
575
591
|
width: auto;
|
576
592
|
height: 25px;
|
577
593
|
}
|
578
|
-
|
579
|
-
label {
|
580
|
-
font-size: 110%;
|
594
|
+
label, .label_with_help {
|
581
595
|
margin-bottom: 5px;
|
582
596
|
font-weight: bold;
|
583
597
|
margin-top: 20px;
|
584
598
|
display: block;
|
585
599
|
}
|
586
|
-
|
587
600
|
label.input_label {
|
588
601
|
font-size: inherit;
|
589
|
-
margin-bottom:
|
602
|
+
margin-bottom: inherit;
|
590
603
|
display: inline;
|
591
604
|
font-weight: normal;
|
592
605
|
margin-top: inherit;
|
593
606
|
}
|
594
|
-
|
595
607
|
small label {
|
596
608
|
font-size: inherit;
|
597
609
|
font-weight: inherit;
|
598
610
|
display: inherit;
|
599
611
|
}
|
600
|
-
|
601
612
|
label.stripped {
|
602
613
|
float: none;
|
603
614
|
display: inline;
|
@@ -606,160 +617,163 @@ label.stripped {
|
|
606
617
|
margin: 0px;
|
607
618
|
padding: 0px;
|
608
619
|
}
|
609
|
-
|
610
|
-
.form-actions {
|
611
|
-
background-color: white;
|
612
|
-
padding: 10px;
|
613
|
-
border: 1px solid #CCC;
|
614
|
-
}
|
615
|
-
|
616
620
|
#body_field {
|
617
621
|
float: left;
|
618
622
|
width: 60%;
|
619
623
|
}
|
620
|
-
|
621
624
|
.no_side_body {
|
622
625
|
width: 72% !important;
|
623
626
|
}
|
624
|
-
|
625
627
|
#side_body_field {
|
626
628
|
float: left;
|
627
629
|
width: 38%;
|
628
630
|
margin-left: 18px;
|
629
631
|
}
|
630
|
-
|
631
|
-
|
632
|
-
|
632
|
+
#body_field textarea, #side_body_field textarea {
|
633
|
+
width: 99%;
|
634
|
+
}
|
635
|
+
.record .title span {
|
636
|
+
line-height: 30px;
|
637
|
+
}
|
638
|
+
#records.files .record .title, #dialog_main #resource_file_area #pages_list ul li a.page_link {
|
639
|
+
display:inline-block;
|
640
|
+
padding-left:24px;
|
641
|
+
min-height:16px;
|
642
|
+
background-repeat:no-repeat;
|
643
|
+
background-position:left;
|
644
|
+
background-image: url('/images/refinery/icons/folder_page_white.png');
|
645
|
+
}
|
646
|
+
#dialog_main #resource_file_area #pages_list ul li a.page_link{
|
647
|
+
background-position:5px center;
|
648
|
+
display:block;
|
649
|
+
}
|
650
|
+
#records.files .record .title.pdf, #dialog_main #resource_file_area #pages_list ul li a.page_link.pdf {
|
651
|
+
background-image: url('/images/refinery/icons/pdf.png');
|
652
|
+
}
|
653
|
+
#records.files .record .title.jpg, #records.files .record .title.gif, #records.files .record .title.jpeg, #records.files .record .title.png, #records.files .record .title.tiff, #dialog_main #resource_file_area #pages_list ul li a.page_link.jpg, #dialog_main #resource_file_area #pages_list ul li a.page_link.jpeg, #dialog_main #resource_file_area #pages_list ul li a.page_link.gif, #dialog_main #resource_file_area #pages_list ul li a.page_link.png, #dialog_main #resource_file_area #pages_list ul li a.page_link.tiff {
|
654
|
+
background-image: url('/images/refinery/icons/img.png');
|
655
|
+
}
|
656
|
+
#records.files .record .title.doc, #records.files .record .title.pages, #records.files .record .title.docx, #dialog_main #resource_file_area #pages_list ul li a.page_link.doc, #dialog_main #resource_file_area #pages_list ul li a.page_link.docx, #dialog_main #resource_file_area #pages_list ul li a.page_link.pages {
|
657
|
+
background-image: url('/images/refinery/icons/doc.png');
|
658
|
+
}
|
659
|
+
#records.files .record .title.ppt, #records.files .record .title.keynote, #dialog_main #resource_file_area #pages_list ul li a.page_link.ppt, #dialog_main #resource_file_area #pages_list ul li a.page_link.keynote {
|
660
|
+
background-image: url('/images/refinery/icons/ppt.png');
|
661
|
+
}
|
662
|
+
#records.files .record .title.xls, #records.files .record .title.numbers, #dialog_main #resource_file_area #pages_list ul li a.page_link.xls, #dialog_main #resource_file_area #pages_list ul li a.page_link.numbers {
|
663
|
+
background-image: url('/images/refinery/icons/xls.png');
|
664
|
+
}
|
665
|
+
#records.files .record .title.zip, #records.files .record .title.rar, #dialog_main #resource_file_area #pages_list ul li a.page_link.zip, #dialog_main #resource_file_area #pages_list ul li a.page_link.rar {
|
666
|
+
background-image: url('/images/refinery/icons/zip.png');
|
633
667
|
}
|
634
|
-
|
635
|
-
|
636
|
-
line-height: 30px;
|
668
|
+
#records.files .record .title.mp3, #records.files .record .title.wav, #records.files .record .title.aiff, #records.files .record .title.m4a, #dialog_main #resource_file_area #pages_list ul li a.page_link.mp3, #dialog_main #resource_file_area #pages_list ul li a.page_link.wav, #dialog_main #resource_file_area #pages_list ul li a.page_link.aiff, #dialog_main #resource_file_area #pages_list ul li a.page_link.m4a {
|
669
|
+
background-image: url('/images/refinery/icons/music.png');
|
637
670
|
}
|
638
|
-
#records
|
639
|
-
|
671
|
+
#records .record {
|
672
|
+
position: relative;
|
673
|
+
}
|
674
|
+
#records .actions {
|
675
|
+
position: absolute;
|
676
|
+
right: 0px;
|
677
|
+
top: 0px;
|
640
678
|
width: 120px;
|
641
679
|
text-align: right;
|
642
680
|
display: block;
|
681
|
+
line-height: 28px;
|
643
682
|
}
|
644
|
-
|
645
|
-
|
646
|
-
margin-top:
|
683
|
+
#records.tree .actions {
|
684
|
+
line-height: 22px;
|
685
|
+
margin-top: 1px;
|
647
686
|
}
|
648
|
-
|
649
687
|
.published {
|
650
688
|
width: 25px;
|
651
689
|
text-align: center;
|
652
690
|
}
|
653
|
-
|
654
|
-
.actions a {
|
691
|
+
#content .actions a {
|
655
692
|
display: block;
|
656
693
|
float: right;
|
657
|
-
margin: 3px;
|
658
|
-
line-height:
|
694
|
+
margin: 3px 3px;
|
695
|
+
line-height: inherit;
|
696
|
+
border-bottom: 0px none;
|
697
|
+
}
|
698
|
+
|
699
|
+
#content #records.tree > ul li .actions a {
|
700
|
+
margin: 3px 3px 0px 3px;
|
701
|
+
line-height: 24px;
|
659
702
|
}
|
660
703
|
.actions a * {
|
661
704
|
padding: 4px 4px 1px 4px;
|
662
705
|
}
|
663
|
-
|
706
|
+
.actions a img {
|
707
|
+
vertical-align: middle;
|
708
|
+
padding: 2px 4px 4px 4px;
|
709
|
+
}
|
710
|
+
#records.tree .actions a img {
|
711
|
+
padding-top: 4px;
|
712
|
+
}
|
713
|
+
#image_grid .actions a img {
|
714
|
+
padding: 4px 4px 1px 4px;
|
715
|
+
vertical-align: top;
|
716
|
+
}
|
664
717
|
.actions a:hover {
|
665
718
|
color: #E6E5DC;
|
666
719
|
background: #3F3E3A;
|
667
720
|
}
|
668
|
-
|
669
721
|
.actions a.cancel {
|
670
722
|
color: #AF0027;
|
671
723
|
}
|
672
|
-
|
673
724
|
.actions a.cancel:hover {
|
674
725
|
color: white;
|
675
726
|
background: #AF0027;
|
676
727
|
}
|
677
|
-
|
678
728
|
.actions a.reorder_anchor:hover {
|
679
729
|
background: inherit !important;
|
680
730
|
cursor: move;
|
681
731
|
}
|
682
|
-
|
683
732
|
#other_records {
|
684
733
|
width: 68%;
|
685
734
|
}
|
686
|
-
|
687
|
-
#recent_activity {
|
688
|
-
border-collapse: collapse;
|
689
|
-
width: 100%;
|
690
|
-
}
|
691
|
-
|
692
|
-
#recent_activity td {
|
693
|
-
padding: 5px;
|
694
|
-
}
|
695
|
-
|
696
|
-
#recent_activity td.time_ago {
|
697
|
-
text-align: right;
|
698
|
-
min-width: 80px;
|
699
|
-
max-width: 135px;
|
700
|
-
}
|
701
|
-
|
702
|
-
#recent_activity tr.on {
|
703
|
-
background: #E6E5DC;
|
704
|
-
}
|
705
|
-
|
706
735
|
#common_actions {
|
707
736
|
margin: 0;
|
708
737
|
padding: 0;
|
709
738
|
}
|
710
|
-
|
711
739
|
#common_actions li {
|
712
740
|
margin: 0;
|
713
741
|
list-style: none;
|
714
742
|
padding: 5px 0px 5px 0px;
|
715
743
|
}
|
716
|
-
|
717
744
|
#common_actions li a {
|
718
745
|
font-weight: bold;
|
719
746
|
}
|
720
|
-
|
721
747
|
.larger {
|
722
748
|
font-size: 200%;
|
723
749
|
}
|
724
|
-
|
725
750
|
#actions a img {
|
726
751
|
vertical-align: bottom;
|
727
752
|
border: 0;
|
728
753
|
}
|
729
|
-
|
730
754
|
.brown_border {
|
731
755
|
border: 1px solid #99998B;
|
732
756
|
}
|
733
|
-
|
734
757
|
#inquiry {
|
735
758
|
border-collapse: collapse;
|
736
759
|
width: 100%;
|
737
760
|
}
|
738
|
-
|
739
761
|
#inquiry td {
|
740
|
-
border-bottom: 1px solid #
|
762
|
+
border-bottom: 1px solid #CCCCCC;
|
741
763
|
padding: 7px;
|
742
764
|
}
|
743
|
-
|
765
|
+
#inquiry tr:last-child td {
|
766
|
+
border-bottom: 0px;
|
767
|
+
}
|
744
768
|
body.dialog {
|
745
769
|
background: #FFF;
|
746
770
|
}
|
747
|
-
|
748
771
|
body.dialog, body.wym_dialog {
|
749
772
|
text-align: left;
|
750
773
|
}
|
751
|
-
|
752
774
|
#wym_hide_fields {
|
753
775
|
display: none;
|
754
776
|
}
|
755
|
-
|
756
|
-
body.dialog #dialog_main {
|
757
|
-
background: #f6f5f4;
|
758
|
-
}
|
759
|
-
|
760
|
-
body.dialog span.selected_radio {
|
761
|
-
background: #f6f5f4;
|
762
|
-
}
|
763
777
|
body.dialog form {
|
764
778
|
width: 100% !important;
|
765
779
|
}
|
@@ -768,35 +782,32 @@ body.dialog form {
|
|
768
782
|
line-height: 36px;
|
769
783
|
height: 36px;
|
770
784
|
}
|
771
|
-
|
772
785
|
.dialog span.radio * {
|
773
786
|
cursor: pointer;
|
774
787
|
font-weight: bold;
|
775
788
|
}
|
776
|
-
|
777
789
|
.dialog #dialog_menu_left {
|
778
790
|
width: 130px;
|
779
791
|
float: left;
|
780
792
|
margin-top: 9px;
|
781
793
|
}
|
782
|
-
|
783
794
|
.dialog #dialog_main {
|
784
795
|
float: left;
|
785
796
|
min-height: 405px;
|
786
797
|
width: 756px;
|
787
798
|
}
|
788
|
-
|
799
|
+
.wym_dialog_table{
|
800
|
+
height:250px;
|
801
|
+
}
|
789
802
|
.dialog #existing_image_content {
|
790
803
|
position: relative;
|
791
|
-
height:
|
804
|
+
height: 300px;
|
792
805
|
padding: 12px;
|
793
806
|
}
|
794
|
-
|
795
807
|
.dialog #existing_image_area_content ul {
|
796
808
|
margin: 0px;
|
797
809
|
padding: 0px;
|
798
810
|
}
|
799
|
-
|
800
811
|
.dialog #existing_image_area_content ul li {
|
801
812
|
list-style: none;
|
802
813
|
padding: 0px;
|
@@ -811,23 +822,55 @@ body.dialog form {
|
|
811
822
|
text-align: center;
|
812
823
|
vertical-align: middle;
|
813
824
|
}
|
814
|
-
|
815
825
|
.dialog #existing_image_area_content ul li img {
|
816
826
|
border: 4px solid transparent;
|
817
827
|
}
|
818
|
-
|
819
828
|
.dialog #existing_image_area_content ul li.selected img {
|
820
|
-
border: 4px solid
|
829
|
+
border: 4px solid #22A7F2;
|
830
|
+
}
|
831
|
+
.dialog #existing_image_size_area ul {
|
832
|
+
margin: 0px;
|
833
|
+
padding: 10px 0px 0px 0px;
|
834
|
+
}
|
835
|
+
.dialog #existing_image_size_area ul li {
|
836
|
+
float: left;
|
837
|
+
list-style: none;
|
838
|
+
margin: 0px 18px 0px 0px;
|
839
|
+
text-align:center;
|
840
|
+
}
|
841
|
+
.dialog #existing_image_size_area ul li.selected {
|
842
|
+
|
843
|
+
}
|
844
|
+
.dialog #existing_image_size_area ul li a {
|
845
|
+
display: block;
|
846
|
+
border: 1px solid #999999;
|
847
|
+
font-size: 10px;
|
848
|
+
/* The following default values are overridden below */
|
849
|
+
height: 90px;
|
850
|
+
width: 90px;
|
851
|
+
line-height: 90px;
|
852
|
+
margin-top:-20px
|
853
|
+
}
|
854
|
+
.dialog #existing_image_size_area ul li.selected a {
|
855
|
+
border-color: #22A7F2;
|
856
|
+
background: #22A7F2;
|
857
|
+
color: white;
|
858
|
+
font-weight: bold;
|
821
859
|
}
|
860
|
+
.dialog #existing_image_size_area #image_dialog_size_0 a { height: 30px; width: 30px; line-height: 30px; margin-top: 10px}
|
861
|
+
.dialog #existing_image_size_area #image_dialog_size_1 a { height: 50px; width: 50px; line-height: 50px; margin-top: 0px}
|
862
|
+
.dialog #existing_image_size_area #image_dialog_size_2 a { height: 70px; width: 70px; line-height: 70px; margin-top:-10px}
|
863
|
+
.dialog #existing_image_size_area #image_dialog_size_3 a { height: 90px; width: 90px; line-height: 90px; margin-top:-20px}
|
864
|
+
|
865
|
+
|
822
866
|
/*
|
823
867
|
#dialog_main {
|
824
868
|
position: relative;
|
825
869
|
}
|
826
870
|
*/
|
827
871
|
#existing_image_area_content {
|
828
|
-
height:
|
872
|
+
height: 238px;
|
829
873
|
}
|
830
|
-
|
831
874
|
#existing_image_area .pagination {
|
832
875
|
background: #FFF;
|
833
876
|
/*bottom: 0px;*/
|
@@ -838,35 +881,28 @@ body.dialog form {
|
|
838
881
|
margin: 0px;
|
839
882
|
width: 763px;
|
840
883
|
}
|
841
|
-
|
842
884
|
#upload_image_area, #upload_resource_area {
|
843
885
|
padding: 12px;
|
844
886
|
}
|
845
|
-
|
846
887
|
.dialog #content {
|
847
888
|
padding: 0px;
|
848
889
|
}
|
849
|
-
|
850
890
|
.wym_dialog #page {
|
851
891
|
width: 940px;
|
852
892
|
padding: 6px;
|
853
893
|
}
|
854
|
-
|
855
894
|
#dialog_main #pages_list {
|
856
895
|
width: 100%;
|
857
896
|
}
|
858
|
-
|
859
897
|
#dialog_main #pages_list ul {
|
860
898
|
margin: 12px 24px 24px 12px;
|
861
899
|
padding: 0px;
|
862
900
|
}
|
863
|
-
|
864
901
|
#dialog_main #pages_list ul li {
|
865
902
|
cursor: pointer;
|
866
903
|
line-height: 24px;
|
867
904
|
list-style: none;
|
868
905
|
}
|
869
|
-
|
870
906
|
#dialog_main #pages_list li.child a {
|
871
907
|
padding-left: 27px;
|
872
908
|
}
|
@@ -898,54 +934,57 @@ body.dialog form {
|
|
898
934
|
#dialog_main #pages_list li a:hover {
|
899
935
|
background-color: #C9DAE2;
|
900
936
|
}
|
901
|
-
|
902
937
|
#dialog_main .actions {
|
903
938
|
margin-right: 48px;
|
904
939
|
}
|
905
|
-
|
906
940
|
#dialog_main #pages_list .linked a, #dialog_main #pages_list .linked a:hover {
|
907
941
|
border: 1px solid #00A017;
|
908
942
|
color: #00A017;
|
909
943
|
background: 7px 7px no-repeat url('/images/refinery/icons/accept.png') #E0F5E0;
|
910
944
|
}
|
911
|
-
|
912
945
|
#dialog_main #pages_list .linked a em {
|
913
946
|
color: #00A017;
|
914
947
|
}
|
915
|
-
|
916
948
|
#dialog_main #web_address_area, #dialog_main #email_address_area {
|
917
949
|
padding: 12px;
|
918
950
|
}
|
919
|
-
|
920
951
|
#link_title {
|
921
952
|
margin-top: 12px;
|
922
953
|
}
|
923
|
-
|
924
954
|
#link_title label {
|
925
955
|
margin: 3px 0px 0px 0px !important;
|
926
956
|
width: 130px;
|
927
957
|
display: block;
|
928
958
|
float: left;
|
929
959
|
}
|
930
|
-
|
931
960
|
#link_title input {
|
932
961
|
width: 770px;
|
933
962
|
}
|
934
|
-
|
935
963
|
ul#menu.reordering_menu li a {
|
936
964
|
cursor: move;
|
937
965
|
}
|
938
|
-
|
939
966
|
#site_bar {
|
940
|
-
background:
|
967
|
+
background: #22a7f2;
|
968
|
+
border-bottom: 0px none;
|
941
969
|
}
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
970
|
+
#search {
|
971
|
+
border: 1px solid #b3b3b3;
|
972
|
+
line-height: 18px;
|
973
|
+
padding: 2px;
|
974
|
+
font-size: 16px;
|
975
|
+
width: 200px;
|
976
|
+
}
|
977
|
+
.search_form {
|
978
|
+
position: relative;
|
979
|
+
}
|
980
|
+
.search_form .button, .search_form .button-wrapper {
|
981
|
+
position: absolute;
|
982
|
+
right: 0px;
|
983
|
+
top: 0px;
|
984
|
+
}
|
985
|
+
form input[type=submit]:hover {
|
986
|
+
background: #65c3f7;
|
947
987
|
}
|
948
|
-
|
949
988
|
.clearfix:after {
|
950
989
|
content:".";
|
951
990
|
display:block;
|
@@ -965,139 +1004,128 @@ Firefox Dotted Line Fix
|
|
965
1004
|
a:focus {
|
966
1005
|
outline: none;
|
967
1006
|
}
|
968
|
-
|
969
1007
|
a img {
|
970
1008
|
border: 0px none;
|
971
1009
|
}
|
972
|
-
|
973
1010
|
/* icons */
|
974
1011
|
.add_icon {
|
975
1012
|
background-image: url('/images/refinery/icons/add.png');
|
976
1013
|
}
|
1014
|
+
.delete_icon {
|
1015
|
+
background-image: url('/images/refinery/icons/delete.png');
|
1016
|
+
}
|
977
1017
|
.edit_icon {
|
978
1018
|
background-image: url('/images/refinery/icons/application_edit.png');
|
979
1019
|
}
|
980
1020
|
.reorder_icon {
|
981
1021
|
background-image: url('/images/refinery/icons/arrow_switch.png');
|
982
1022
|
}
|
983
|
-
|
984
1023
|
.user_comment_icon {
|
985
1024
|
background-image: url('/images/refinery/icons/user_comment.png');
|
986
1025
|
}
|
987
1026
|
.edit_email_icon {
|
988
1027
|
background-image: url('/images/refinery/icons/email_edit.png');
|
989
1028
|
}
|
990
|
-
|
1029
|
+
.spam_icon {
|
1030
|
+
background-image: url('/images/refinery/icons/bin.png');
|
1031
|
+
}
|
1032
|
+
.spam_empty_icon {
|
1033
|
+
background-image: url('/images/refinery/icons/bin_closed.png');
|
1034
|
+
}
|
1035
|
+
.email_icon {
|
1036
|
+
background-image: url('/images/refinery/icons/email.png');
|
1037
|
+
}
|
991
1038
|
.back_icon {
|
992
1039
|
background-image: url('/images/refinery/icons/arrow_left.png');
|
993
1040
|
}
|
994
1041
|
.go_icon {
|
995
1042
|
background-image: url('/images/refinery/icons/application_go.png');
|
996
1043
|
}
|
997
|
-
|
998
1044
|
.success_icon {
|
999
1045
|
background-image: url('/images/refinery/icons/tick.png');
|
1000
1046
|
padding: 0px 8px;
|
1001
1047
|
}
|
1002
|
-
|
1003
1048
|
.failure_icon {
|
1004
1049
|
background-image: url('/images/refinery/icons/cross.png');
|
1005
1050
|
padding: 0px 8px;
|
1006
1051
|
}
|
1007
|
-
|
1008
1052
|
/* page parts */
|
1009
1053
|
|
1010
1054
|
ul#page_parts {
|
1011
1055
|
float: left;
|
1012
|
-
width:
|
1056
|
+
width: 94%;
|
1013
1057
|
}
|
1014
|
-
|
1015
1058
|
ul#page_parts, ul#page_parts_controls {
|
1016
1059
|
margin: 20px 0 0 0;
|
1017
1060
|
padding: 0;
|
1018
1061
|
}
|
1019
|
-
|
1020
1062
|
ul#page_parts_controls {
|
1021
1063
|
float: right;
|
1022
1064
|
width: 5%;
|
1065
|
+
margin-right: 3px;
|
1023
1066
|
}
|
1024
|
-
|
1025
1067
|
ul#page_parts_controls li {
|
1026
1068
|
list-style: none;
|
1027
1069
|
float: right;
|
1028
1070
|
margin: 12px 3px 0px 3px;
|
1029
1071
|
}
|
1030
|
-
|
1031
1072
|
ul#page_parts_controls li a {
|
1032
1073
|
border: 0px none;
|
1033
1074
|
}
|
1034
|
-
|
1035
1075
|
ul#page_parts_controls img {
|
1036
1076
|
vertical-align: middle;
|
1037
1077
|
}
|
1038
|
-
|
1039
1078
|
#page_part_editors {
|
1040
1079
|
clear:left;
|
1041
1080
|
}
|
1042
|
-
|
1081
|
+
a#toggle_advanced_options {
|
1082
|
+
background: url('/images/refinery/icons/page_white_gear.png') no-repeat 0px 3px;
|
1083
|
+
padding: 5px 5px 5px 22px;
|
1084
|
+
border-bottom: none;
|
1085
|
+
}
|
1086
|
+
a#toggle_advanced_options:hover {
|
1087
|
+
border-bottom:1px dotted #727272;
|
1088
|
+
}
|
1043
1089
|
/* dialog stuff */
|
1044
1090
|
#dialog_frame {
|
1045
1091
|
width:952px;
|
1046
|
-
height:
|
1092
|
+
height:460px;
|
1047
1093
|
padding: 0px;
|
1048
1094
|
border: 0px solid #F2F1ED;
|
1049
1095
|
}
|
1050
1096
|
.wym_hideables {
|
1051
1097
|
display: none;
|
1052
1098
|
}
|
1053
|
-
#
|
1054
|
-
padding: 0px;
|
1055
|
-
}
|
1056
|
-
.wym_dialog .form-actions, .ui-dialog .form-actions {
|
1057
|
-
margin-top: 0px;
|
1058
|
-
border: 0px none;
|
1059
|
-
border-top: 1px solid #E8E8E8;
|
1060
|
-
}
|
1061
|
-
a#TB_closeWindowButton {
|
1062
|
-
text-decoration: none;
|
1063
|
-
border-bottom: 0px none;
|
1064
|
-
position: absolute;
|
1065
|
-
float: none;
|
1066
|
-
top: 7px;
|
1067
|
-
right: 6px;
|
1068
|
-
}
|
1069
|
-
#TB_title {
|
1070
|
-
height: 33px;
|
1071
|
-
line-height: 33px;
|
1099
|
+
#content .form-actions, .wym_dialog .form-actions, .ui-dialog .form-actions {
|
1072
1100
|
position: relative;
|
1101
|
+
background-color: #F2F2F2;
|
1102
|
+
border: 1px solid #CCCCCC;
|
1103
|
+
margin-top: 10px;
|
1104
|
+
height: 45px;
|
1073
1105
|
}
|
1074
|
-
#
|
1075
|
-
|
1076
|
-
padding: 0px;
|
1077
|
-
margin-left: 12px;
|
1078
|
-
font-size: 16px;
|
1079
|
-
}
|
1080
|
-
#existing_image_area {
|
1081
|
-
padding-top:6px;
|
1106
|
+
.wym_dialog .form-actions, #content.form-actions.dialog-form-actions, .ui-dialog .form-actions {
|
1107
|
+
margin-top: 16px;
|
1082
1108
|
}
|
1083
|
-
|
1084
|
-
|
1109
|
+
#content .form-actions .form-actions-left, #content .form-actions .form-actions-right,
|
1110
|
+
.wym_dialog .form-actions .form-actions-left, .wym_dialog .form-actions .form-actions-right,
|
1111
|
+
.ui-dialog .form-actions .form-actions-left, .ui-dialog .form-actions .form-actions-right {
|
1112
|
+
position: absolute;
|
1113
|
+
top: 10px;
|
1085
1114
|
}
|
1086
|
-
#
|
1087
|
-
|
1088
|
-
padding: 0px;
|
1115
|
+
#content .form-actions .form-actions-left, .wym_dialog .form-actions .form-actions-left, .ui-dialog .form-actions .form-actions-left {
|
1116
|
+
left: 10px;
|
1089
1117
|
}
|
1090
|
-
#
|
1091
|
-
|
1118
|
+
#content .form-actions .form-actions-right, .wym_dialog .form-actions .form-actions-right, .ui-dialog .form-actions .form-actions-right {
|
1119
|
+
right: 10px;
|
1092
1120
|
}
|
1093
|
-
|
1094
|
-
|
1121
|
+
.wym_dialog .form-actions, .ui-dialog .form-actions {
|
1122
|
+
border: 0px none;
|
1123
|
+
border-top: 1px solid #E8E8E8;
|
1095
1124
|
}
|
1096
|
-
|
1097
|
-
|
1098
|
-
padding: 0px 12px 12px 12px;
|
1125
|
+
#dialog_iframe {
|
1126
|
+
position: relative;
|
1099
1127
|
}
|
1100
|
-
#dialog_container .form-actions {
|
1128
|
+
#dialog_container #content .form-actions, .ui-dialog .form-actions, .dialog_container .form-actions {
|
1101
1129
|
position: absolute;
|
1102
1130
|
bottom: 0px;
|
1103
1131
|
left: 0px;
|
@@ -1105,34 +1133,42 @@ textarea.wymeditor {
|
|
1105
1133
|
border-right: 0px;
|
1106
1134
|
border-left: 0px;
|
1107
1135
|
border-bottom: 0px;
|
1108
|
-
|
1136
|
+
width: auto;
|
1109
1137
|
}
|
1110
|
-
#
|
1111
|
-
|
1138
|
+
#existing_image_area {
|
1139
|
+
padding-top:6px;
|
1112
1140
|
}
|
1113
|
-
|
1114
|
-
|
1115
|
-
|
1116
|
-
|
1117
|
-
|
1141
|
+
textarea.wymeditor {
|
1142
|
+
}
|
1143
|
+
.ui-dialog div.field {
|
1144
|
+
margin: 0px 10px;
|
1145
|
+
}
|
1146
|
+
#dialog_container, .dialog_container {
|
1147
|
+
padding: 12px;
|
1118
1148
|
}
|
1119
|
-
|
1120
1149
|
ul#image_grid {
|
1121
|
-
width: 580px
|
1150
|
+
width: 670px;/*580px;*/
|
1122
1151
|
padding: 0px;
|
1123
|
-
margin: 15px
|
1152
|
+
margin: 10px 0px 15px 0px;
|
1124
1153
|
}
|
1125
|
-
|
1126
1154
|
ul#image_grid li {
|
1155
|
+
position: relative;
|
1127
1156
|
float: left;
|
1128
|
-
margin: 0px
|
1157
|
+
margin: 0px 12px 12px 0px;
|
1129
1158
|
padding: 0px;
|
1130
|
-
width:
|
1159
|
+
width: 124px;
|
1131
1160
|
text-align: center;
|
1132
|
-
height:
|
1161
|
+
height: 165px;
|
1133
1162
|
overflow: hidden;
|
1134
|
-
max-width:
|
1135
|
-
max-height:
|
1163
|
+
max-width: 124px;
|
1164
|
+
max-height: 165px;
|
1165
|
+
}
|
1166
|
+
#records ul#image_grid li .actions {
|
1167
|
+
top: auto;
|
1168
|
+
bottom: 0px;
|
1169
|
+
}
|
1170
|
+
#records ul#image_grid li .actions a {
|
1171
|
+
line-height: 24px;
|
1136
1172
|
}
|
1137
1173
|
ul#image_grid li.row-end {
|
1138
1174
|
margin-right: 0px;
|
@@ -1167,17 +1203,14 @@ ul#plugins li {
|
|
1167
1203
|
.label_inline_with_link a img {
|
1168
1204
|
vertical-align: middle;
|
1169
1205
|
}
|
1170
|
-
|
1171
1206
|
#remove_picked_image {
|
1172
1207
|
margin-top:8px;
|
1173
1208
|
display:inline-block;
|
1174
1209
|
width:auto;
|
1175
1210
|
}
|
1176
|
-
|
1177
1211
|
#new_page_part_dialog .field {
|
1178
1212
|
padding: 30px 10px;
|
1179
1213
|
}
|
1180
|
-
|
1181
1214
|
.hide-overflow {
|
1182
1215
|
overflow: hidden;
|
1183
1216
|
}
|
@@ -1186,18 +1219,203 @@ ul#plugins li {
|
|
1186
1219
|
display:inline-block;
|
1187
1220
|
width:auto;
|
1188
1221
|
}
|
1189
|
-
|
1190
1222
|
/**** Tooltip Icons *****/
|
1191
1223
|
.tooltip {
|
1192
|
-
background:
|
1193
|
-
border:
|
1194
|
-
padding: 6px;
|
1224
|
+
background: #22a7f2;
|
1225
|
+
border: 1px solid #1b82bd;
|
1195
1226
|
word-wrap:break-word;
|
1227
|
+
position: relative;
|
1196
1228
|
}
|
1197
|
-
.tooltip
|
1198
|
-
|
1229
|
+
.tooltip span {
|
1230
|
+
display: block;
|
1231
|
+
padding: 10px;
|
1232
|
+
border: 1px solid #62c1f6;
|
1233
|
+
}
|
1234
|
+
.tooltip-nib {
|
1235
|
+
position: absolute;
|
1236
|
+
z-index: 10001;
|
1237
|
+
}
|
1238
|
+
.tooltip, .tooltip * {
|
1239
|
+
color: white;
|
1199
1240
|
}
|
1200
|
-
|
1201
1241
|
.wym_dialog_paste .field textarea {
|
1202
1242
|
width: 98%;
|
1203
|
-
}
|
1243
|
+
}
|
1244
|
+
.ui-dialog .wym_dialog_paste .field, .ui-dialog .wym_dialog_paste .field textarea {
|
1245
|
+
margin: 0px 0px 45px 0px;
|
1246
|
+
height: 300px;
|
1247
|
+
}
|
1248
|
+
input.button, a.button, #content a.button, span.button-wrapper, span.button-wrapper input {
|
1249
|
+
cursor:pointer;
|
1250
|
+
background: #22a7f2;
|
1251
|
+
color: white;
|
1252
|
+
padding: 0px 14px 0px 14px;
|
1253
|
+
font-size: 14px;
|
1254
|
+
line-height: 25px;
|
1255
|
+
height: 25px;
|
1256
|
+
display: inline-block;
|
1257
|
+
border: 0px none;
|
1258
|
+
margin-top: 0px;
|
1259
|
+
margin-bottom: 0px;
|
1260
|
+
}
|
1261
|
+
/* for those pesky IE browsers */
|
1262
|
+
span.button-wrapper {
|
1263
|
+
padding: 0px;
|
1264
|
+
}
|
1265
|
+
span.button-wrapper input {
|
1266
|
+
display: inherit;
|
1267
|
+
}
|
1268
|
+
/* fixes firefox display */
|
1269
|
+
input.button {
|
1270
|
+
padding-bottom: 3px;
|
1271
|
+
}
|
1272
|
+
input.button.close_dialog, a.button.close_dialog, #content a.button.close_dialog, span.button-wrapper.close_dialog, span.button-wrapper.close_dialog input {
|
1273
|
+
background: #bcbcbc;
|
1274
|
+
}
|
1275
|
+
input.button:hover, a.button:hover, #content a.button:hover, span.button-wrapper:hover, span.button-wrapper:hover input {
|
1276
|
+
background:#62bef2;
|
1277
|
+
}
|
1278
|
+
input.button.close_dialog:hover, a.button.close_dialog:hover, #content a.button.close_dialog:hover, span.button-wrapper.close_dialog:hover {
|
1279
|
+
background: #cdcdcd;
|
1280
|
+
}
|
1281
|
+
input.button:active, a.button:active, #content a.button:active, span.button-wrapper:active, span.button-wrapper:active input {
|
1282
|
+
background: #004a8f;
|
1283
|
+
}
|
1284
|
+
input.button.close_dialog:active, a.button.close_dialog:active, #content a.button.close_dialog:active, span.button-wrapper.close_dialog:active, span.button-wrapper.close_dialog:active input {
|
1285
|
+
background: #808080;
|
1286
|
+
}
|
1287
|
+
.wym_dialog a.button.wym_cancel.close_dialog {
|
1288
|
+
margin-left: 6px;
|
1289
|
+
}
|
1290
|
+
#content a.button.close_dialog:active {
|
1291
|
+
color: white;
|
1292
|
+
}
|
1293
|
+
.form-actions a.confirm-delete, #content .form-actions a.confirm-delete {
|
1294
|
+
background: #ee1100;
|
1295
|
+
position: absolute;
|
1296
|
+
right: 0px;
|
1297
|
+
}
|
1298
|
+
.form-actions a.confirm-delete:hover, #content .form-actions a.confirm-delete:hover {
|
1299
|
+
background: #ff3322;
|
1300
|
+
}
|
1301
|
+
.form-actions a.confirm-delete:active, #content .form-actions a.confirm-delete:active {
|
1302
|
+
background: #bb0000;
|
1303
|
+
}
|
1304
|
+
.field input[type=text], .field input[type=password], .field textarea {
|
1305
|
+
border: 1px solid #7f9db9;
|
1306
|
+
padding: 0.4% 0.5%;
|
1307
|
+
line-height: 20px;
|
1308
|
+
}
|
1309
|
+
/* ## Advanced Page Options --------------------------------------------- */
|
1310
|
+
#more_options{
|
1311
|
+
overflow:hidden;
|
1312
|
+
}
|
1313
|
+
.hemisquare {
|
1314
|
+
padding: 10px;
|
1315
|
+
margin: 0px 0px;
|
1316
|
+
margin-left: 10px;
|
1317
|
+
float: left;
|
1318
|
+
width: 45%;
|
1319
|
+
}
|
1320
|
+
.hemisquare.right_side {
|
1321
|
+
float: right;
|
1322
|
+
}
|
1323
|
+
#content .hemisquare h2 {
|
1324
|
+
margin-top: 0px;
|
1325
|
+
}
|
1326
|
+
.hemisquare input, .hemisquare textarea, .hemisquare select {
|
1327
|
+
margin: 7px 0px;
|
1328
|
+
}
|
1329
|
+
.hemisquare textarea {
|
1330
|
+
margin-bottom: 0px;
|
1331
|
+
}
|
1332
|
+
.hemisquare label {
|
1333
|
+
margin: 0px;
|
1334
|
+
}
|
1335
|
+
#content .hemisquare .field {
|
1336
|
+
margin: 0 0 20px 0px;
|
1337
|
+
width: 98%;
|
1338
|
+
}
|
1339
|
+
.hemisquare small {
|
1340
|
+
font-size: 0.9em;
|
1341
|
+
}
|
1342
|
+
.label_with_help label, .label_with_help span.help {
|
1343
|
+
display: inline;
|
1344
|
+
}
|
1345
|
+
.label_with_help span.help {
|
1346
|
+
font-weight: normal;
|
1347
|
+
margin-left: 3px;
|
1348
|
+
border-bottom: 1px dotted #727272;
|
1349
|
+
cursor: help;
|
1350
|
+
}
|
1351
|
+
#more_options_field {
|
1352
|
+
position: relative;
|
1353
|
+
}
|
1354
|
+
#draft_field {
|
1355
|
+
position: absolute;
|
1356
|
+
right: 0px;
|
1357
|
+
top: 0px;
|
1358
|
+
}
|
1359
|
+
.nothing_selected {
|
1360
|
+
border-bottom: 1px dotted #727272;
|
1361
|
+
width: auto;
|
1362
|
+
margin-bottom: 12px;
|
1363
|
+
display: inline-block;
|
1364
|
+
}
|
1365
|
+
.nothing_selected:hover {
|
1366
|
+
border-bottom: 1px solid #727272;
|
1367
|
+
}
|
1368
|
+
#upgrade_wrapper li a {
|
1369
|
+
line-height: 20px;
|
1370
|
+
}
|
1371
|
+
|
1372
|
+
/* cornering */
|
1373
|
+
.button, #editor_switch a, #editor_switch span {
|
1374
|
+
border-radius: 6px;
|
1375
|
+
-moz-border-radius: 6px;
|
1376
|
+
-webkit-border-radius: 6px;
|
1377
|
+
}
|
1378
|
+
#page_container, .wym_box {
|
1379
|
+
border-radius-bottom: 5px;
|
1380
|
+
-webkit-border-radius-bottom-left: 5px;
|
1381
|
+
-webkit-border-radius-bottom-right: 5px;
|
1382
|
+
-webkit-border-bottom-left-radius: 5px;
|
1383
|
+
-webkit-border-bottom-right-radius: 5px;
|
1384
|
+
}
|
1385
|
+
.wym_iframe iframe {
|
1386
|
+
border-radius-bottom: 2px;
|
1387
|
+
-webkit-border-radius-bottom-left: 2px;
|
1388
|
+
-webkit-border-radius-bottom-right: 2px;
|
1389
|
+
-webkit-border-bottom-left-radius: 2px;
|
1390
|
+
-webkit-border-bottom-right-radius: 2px;
|
1391
|
+
}
|
1392
|
+
.form-actions {
|
1393
|
+
border-radius: 5px;
|
1394
|
+
-moz-border-radius: 5px;
|
1395
|
+
-webkit-border-radius: 5px;
|
1396
|
+
}
|
1397
|
+
.form-actions.form-actions-dialog {
|
1398
|
+
border-radius: 0px;
|
1399
|
+
-moz-border-radius: 0px;
|
1400
|
+
-webkit-border-radius: 0px;
|
1401
|
+
}
|
1402
|
+
#menu > a {
|
1403
|
+
border-radius-top: 5px;
|
1404
|
+
-moz-border-radius-topleft: 5px;
|
1405
|
+
-moz-border-radius-topright: 5px;
|
1406
|
+
-webkit-border-top-left-radius: 5px;
|
1407
|
+
-webkit-border-top-right-radius: 5px;
|
1408
|
+
}
|
1409
|
+
.ui-tabs .ui-state-default a {
|
1410
|
+
border-top-left-radius: 5px;
|
1411
|
+
border-top-right-radius: 5px;
|
1412
|
+
-moz-border-radius-topleft: 5px;
|
1413
|
+
-moz-border-radius-topright: 5px;
|
1414
|
+
-webkit-border-top-left-radius: 5px;
|
1415
|
+
-webkit-border-top-right-radius: 5px;
|
1416
|
+
}
|
1417
|
+
.tooltip, .tooltip span {
|
1418
|
+
border-radius: 6px;
|
1419
|
+
-moz-border-radius: 6px;
|
1420
|
+
-webkit-border-radius: 6px;
|
1421
|
+
}
|