annotate .svn/pristine/dd/ddc9dd8fa5fd66274ed32c9e1958c8093d3ccee4.svn-base @ 1274:5ea1a213c7a5
redmine-2.2-integration
Removed Ajax calls taht are no longer working in Rails 3 and started migrating them; added a new javascript file - bibliography.js - to hold the new jquery js code; added the new show_bibtex_fields.js.erb file to replace the RJS code that was in the controller.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Thu, 09 May 2013 18:44:59 +0100 |
parents |
cbb26bc654de |
children |
|
rev |
line source |
Chris@909
|
1 jsToolBar.strings = {};
|
Chris@909
|
2 jsToolBar.strings['Strong'] = 'Fed';
|
Chris@909
|
3 jsToolBar.strings['Italic'] = 'Kursiv';
|
Chris@909
|
4 jsToolBar.strings['Underline'] = 'Understreget';
|
Chris@909
|
5 jsToolBar.strings['Deleted'] = 'Slettet';
|
Chris@909
|
6 jsToolBar.strings['Code'] = 'Inline-kode';
|
Chris@909
|
7 jsToolBar.strings['Heading 1'] = 'Overskrift 1';
|
Chris@909
|
8 jsToolBar.strings['Heading 2'] = 'Overskrift 2';
|
Chris@909
|
9 jsToolBar.strings['Heading 3'] = 'Overskrift 3';
|
Chris@909
|
10 jsToolBar.strings['Unordered list'] = 'Unummereret liste';
|
Chris@909
|
11 jsToolBar.strings['Ordered list'] = 'Nummereret liste';
|
Chris@909
|
12 jsToolBar.strings['Quote'] = 'Citér';
|
Chris@909
|
13 jsToolBar.strings['Unquote'] = 'Fjern citér';
|
Chris@909
|
14 jsToolBar.strings['Preformatted text'] = 'Præformateret tekst';
|
Chris@909
|
15 jsToolBar.strings['Wiki link'] = 'Link til en wiki-side';
|
Chris@909
|
16 jsToolBar.strings['Image'] = 'Billede';
|