New bootstrap based frontend UI. Merged from #121 with many fixes. Closes issues #121, #59 and #100

This commit is contained in:
Roberto Rosario
2015-03-31 03:26:57 -04:00
parent 5a7885ddcb
commit 80c04b1fb7
240 changed files with 15551 additions and 17932 deletions

View File

@@ -16,4 +16,4 @@ link_entry_delete_multiple = {'text': _('Delete'), 'view': 'ocr:entry_delete_mul
link_document_all_ocr_cleanup = {'text': _('Clean up pages content'), 'view': 'ocr:document_all_ocr_cleanup', 'famfam': 'text_strikethrough', 'permissions': [PERMISSION_OCR_CLEAN_ALL_PAGES], 'description': _('Runs a language filter to remove common OCR mistakes from document pages content.')}
link_entry_list = {'text': _('OCR Errors'), 'view': 'ocr:entry_list', 'famfam': 'hourglass', 'icon': 'appearance/icons/text.png', 'permissions': [PERMISSION_OCR_DOCUMENT]}
link_entry_list = {'text': _('OCR Errors'), 'view': 'ocr:entry_list', 'icon': 'fa fa-file-text-o', 'permissions': [PERMISSION_OCR_DOCUMENT]}