Fix a bug introduced in manage classifiers after mixes had ownership added, a=chris

Chris Pollett [2014-05-01 20:May:st]
Fix a bug introduced in manage classifiers after mixes had ownership added, a=chris
Filename
configs/createdb.php
controllers/classifier_controller.php
lib/index_bundle_iterators/intersect_iterator.php
locale/ar/configure.ini
locale/bn/configure.ini
locale/de/configure.ini
locale/en-US/configure.ini
locale/en-US/statistics.txt
locale/es/configure.ini
locale/fa/configure.ini
locale/fr-FR/configure.ini
locale/he/configure.ini
locale/hi/configure.ini
locale/in-ID/configure.ini
locale/it/configure.ini
locale/ja/configure.ini
locale/kn/configure.ini
locale/ko/configure.ini
locale/pl/configure.ini
locale/pt/configure.ini
locale/ru/configure.ini
locale/te/configure.ini
locale/th/configure.ini
locale/tr/configure.ini
locale/vi-VN/configure.ini
locale/zh-CN/configure.ini
scripts/classifiers.js
views/crawlstatus_view.php
views/elements/editclassifier_element.php
views/elements/editlocales_element.php
views/elements/manageclassifiers_element.php
views/elements/managelocales_element.php
views/elements/mixcrawls_element.php
diff --git a/configs/createdb.php b/configs/createdb.php
index bfd721981..d0ba0ab98 100755
--- a/configs/createdb.php
+++ b/configs/createdb.php
@@ -314,7 +314,7 @@ foreach($new_user_activities as $new_activity) {

 $db->execute("INSERT INTO MEDIA_SOURCE VALUES ('1342634195',
     'YouTube', 'video', 'http://www.youtube.com/watch?v={}&',
-    'http://img.youtube.com/vi/{}/2.jpg', '')");
+    'http://i1.ytimg.com/vi/{}/default.jpg', '')");
 $db->execute("INSERT INTO MEDIA_SOURCE VALUES ('1342634196',
     'MetaCafe', 'video', 'http://www.metacafe.com/watch/{}/',
     'http://www.metacafe.com/thumb/{}.jpg', '')");
diff --git a/controllers/classifier_controller.php b/controllers/classifier_controller.php
index 10c5ce081..6627c4ed7 100644
--- a/controllers/classifier_controller.php
+++ b/controllers/classifier_controller.php
@@ -256,6 +256,8 @@ class ClassifierController extends Controller implements CrawlConstants
         $crawl_model->setCrawlMix(array(
             'TIMESTAMP' => $mix_time,
             'NAME' => $mix_name,
+            'OWNER_ID' => $_SESSION['USER_ID'],
+            'PARENT' => -1,
             'FRAGMENTS' => array(
                 array(
                     'RESULT_BOUND' => 1,
@@ -340,4 +342,4 @@ class ClassifierController extends Controller implements CrawlConstants
             'disagreement' => $disagreement);
     }
 }
-?>
\ No newline at end of file
+?>
diff --git a/lib/index_bundle_iterators/intersect_iterator.php b/lib/index_bundle_iterators/intersect_iterator.php
index 468035e6f..620a0a882 100644
--- a/lib/index_bundle_iterators/intersect_iterator.php
+++ b/lib/index_bundle_iterators/intersect_iterator.php
@@ -434,6 +434,8 @@ class IntersectIterator extends IndexBundleIterator
                 $sync_time = time();
             }
             $time_out = self::SYNC_TIMEOUT + $sync_time;
+        } else {
+            $timer_on = false;
         }
         if(($biggest_gen_offset = $this->index_bundle_iterators[
                         0]->currentGenDocOffsetWithWord()) == -1) {
@@ -557,4 +559,4 @@ class IntersectIterator extends IndexBundleIterator
         }
      }
 }
-?>
\ No newline at end of file
+?>
diff --git a/locale/ar/configure.ini b/locale/ar/configure.ini
index f83a9ca39..4584cfc5e 100755
--- a/locale/ar/configure.ini
+++ b/locale/ar/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = "تتبع الارتباطات السابقة
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = "الوصف:"
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = "الطابع الزمني:"
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = "زار استخراج عناوين Url:"
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = "إجراءات"
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = "الإحصاءات"
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = "استئناف"
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = "مغلقة"
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = "تعيين كفهرس"
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = "البحث عن الفهرس"
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = "حذف"
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = "لا توجد عمليات تتبع الارتباطات السابقة"
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = "تحرير الإعدادات المحلية:
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = "صفحات ثابتة:"
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = "تقديم"
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = "قائمة الإعدادات المحلي
 ; managelocales_element.php line: 73
 managelocales_element_localename = "اسم الإعدادات المحلية"
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = "العلامة لغة"
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = "وضعالكتابة"
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = "ترجمت في المائة"
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = "إضافة الإعدادات المحلية"
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = "اسم الإعدادات المحلية:"
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = "العلامة لغة:"
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = "وضع كتابة:"
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = "تقديم"
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = "اسم الإعدادات المحلية"
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = "العلامة لغة"
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = "وضعالكتابة"
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = "يمزج المتاحة"
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = "الاسم"
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = "تعريف"
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = "إجراءات"
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = "مزيج لم أية مكونات"
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = "تحرير"
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = "تعيين كفهرس"
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = "البحث عن الفهرس"
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = "حذف"
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = "جعل مزيج تتبع ارتباطات"
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = "مزيج اسم:"
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = "إنشاء"
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/bn/configure.ini b/locale/bn/configure.ini
index d316f94e1..bc76047f3 100755
--- a/locale/bn/configure.ini
+++ b/locale/bn/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = ""
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = ""
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = ""
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = ""
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = ""
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = ""
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = ""
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = ""
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = ""
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = ""
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = ""
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = ""
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = ""
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = ""
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = ""
 ; managelocales_element.php line: 73
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = ""
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = ""
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = ""
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = ""
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = ""
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = ""
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = ""
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = ""
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/de/configure.ini b/locale/de/configure.ini
index 48b3d5575..c89aa6661 100755
--- a/locale/de/configure.ini
+++ b/locale/de/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = ""
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = ""
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = ""
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = ""
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = ""
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = ""
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = ""
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = ""
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = ""
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = ""
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = ""
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = ""
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = ""
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = ""
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = ""
 ; managelocales_element.php line: 73
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = ""
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = ""
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = ""
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = ""
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = ""
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = ""
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = ""
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = ""
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/en-US/configure.ini b/locale/en-US/configure.ini
index 1b3f51198..af5a37069 100755
--- a/locale/en-US/configure.ini
+++ b/locale/en-US/configure.ini
@@ -562,16 +562,16 @@ crawl_component_subsearch_added = "Subsearch Added!"
 crawl_component_subsearch_deleted = "Subsearch Deleted!"
 ;
 ; social_component.php line: 69
-social_component_request_join = ""
+social_component_request_join = "Request Join"
 ;
 ; social_component.php line: 70
-social_component_invited = ""
+social_component_invited = "Invited"
 ;
 ; social_component.php line: 71
-social_component_active_status = ""
+social_component_active_status = "Active"
 ;
 ; social_component.php line: 72
-social_component_banned_status = ""
+social_component_banned_status = "Banned"
 ;
 ; social_component.php line: 75
 social_component_no_join = "No One"
@@ -664,13 +664,13 @@ social_component_user_reinstated = "User reinstated!"
 social_component_no_user_reinstated = "User was not reinstated!"
 ;
 ; social_component.php line: 406
-social_component_request_join = ""
+social_component_request_join = "Request Join"
 ;
 ; social_component.php line: 408
-social_component_invited = ""
+social_component_invited = "Invited"
 ;
 ; social_component.php line: 410
-social_component_banned_status = ""
+social_component_banned_status = "Banned"
 ;
 ; social_component.php line: 425
 social_component_unsubscribe = "Successfully Unsubscribed!"
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = "Previous Crawls"
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = "Description:"
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = "Timestamp:"
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = "Visited/Extracted Urls:"
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = "Actions"
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = "Statistics"
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = "Resume"
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = "Closed"
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = "Set as Index"
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = "Search Index"
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = "Delete"
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = "No Previous Crawls"
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = "Update"
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = "Add Examples"
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = "Source:"
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = "Default Crawl"
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = "Label By Hand"
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = "All In Class"
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = "None In Class"
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = "Keywords:"
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = "Load"
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = "Finalize"
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = "No Documents"
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = "Edit Locale: %s"
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = "Static Pages:"
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = "Save"
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = "Available Classifiers"
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = "Label"
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = "Positive"
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = "Negative"
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = "Actions"
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = "Edit"
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = "Finalized"
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = "Finalize"
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = "Finalize"
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = "Finalizing"
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = "Delete"
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = "Manage Classifiers"
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = "Name"
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = "Create"
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = "Search"
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = "Create Classifier Form"
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = "Name"
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = "Locale List"
 ; managelocales_element.php line: 73
 managelocales_element_localename = "Name"
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = "Tag"
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = "Mode"
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = "Percent"
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = "Actions"
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = "Delete"
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = "Add Locale"
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = "Locale Name:"
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = "Locale Tag:"
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = "Writing Mode:"
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = "Submit"
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = "Search Locales"
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = "Add Locale Form"
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = "Name"
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = "Tag"
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = "Mode"
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = "Available Mixes"
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = "Name"
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = "Definition"
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = "Actions"
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = "Mix has no components yet"
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = "Share"
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = "Edit"
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = "Set as Index"
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = "Search Index"
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = "Delete"
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = "Back"
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = "Share Mix With A Group"
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = "Mix Name"
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = "Group:"
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = "Share"
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = "Make a Crawl Mix"
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = "Mix Name"
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = "Create"
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = "Search"
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = "Make a Mix Form"
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = "Mix Name"
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/en-US/statistics.txt b/locale/en-US/statistics.txt
index b6bef56f0..5a165df53 100755
--- a/locale/en-US/statistics.txt
+++ b/locale/en-US/statistics.txt
@@ -1 +1 @@
-d:99;
\ No newline at end of file
+d:100;
\ No newline at end of file
diff --git a/locale/es/configure.ini b/locale/es/configure.ini
index c62e7bbc0..9f4734386 100755
--- a/locale/es/configure.ini
+++ b/locale/es/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = "Rastreos Anteriores"
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = "Descripción:"
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = "Marca de tiempo:"
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = "URLs Visitadas / Extraídas:"
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = "Acciones"
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = "Estadísticas"
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = "Reanudar"
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = "Cerrado"
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = "Establecer como Índice"
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = "Índice de búsqueda"
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = "Eliminar"
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = "Rastreos noanteriores"
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = ""
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = ""
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = ""
 ; managelocales_element.php line: 73
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = ""
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = ""
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = ""
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = ""
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = ""
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = ""
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = ""
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = ""
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/fa/configure.ini b/locale/fa/configure.ini
index dae593377..5a5765eab 100755
--- a/locale/fa/configure.ini
+++ b/locale/fa/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = "خزش‌های قبلی"
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = "شرح:"
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = "برچسب‌زمان:"
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = "URLهای بازدید شده بر استخراج شده:"
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = "فرمان‌ها"
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = "آمار"
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = "از سر بگیر"
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = "بسته"
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = "برای نمایه قرار بده"
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = "نمایهٔ جستجو"
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = "حذف کن"
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = "هیچ خزش قبلی موجود نیست"
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = "ویرایش زبان: %s"
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = "صفحات ایستا:"
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = "ارسال"
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = "لیست زبان‌ها"
 ; managelocales_element.php line: 73
 managelocales_element_localename = "نام زبان"
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = "برچسب زبان"
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = "حالت نوشتار"
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = "درصد ترجمه شده"
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = "زبان اضافه کن"
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = "نام زبان:"
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = "برچسب زبان:"
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = "حالت نوشتار:"
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = "ارسال"
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = "نام زبان"
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = "برچسب زبان"
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = "حالت نوشتار"
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = "ترکیب‌های موجود"
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = "نام"
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = "تعریف"
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = "فرمان‌ها"
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = "ترکیب هنوز هیچ جزئی ندارد"
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = "ویرایش"
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = "برای نمایه قرار بده"
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = "نمایهٔ جستجو"
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = "حذف"
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = "ترکیب خزشی ایجاد کن"
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = "نام ترکیب:"
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = "بساز"
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/fr-FR/configure.ini b/locale/fr-FR/configure.ini
index 7c3a0fe59..a94851512 100755
--- a/locale/fr-FR/configure.ini
+++ b/locale/fr-FR/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = ""
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = ""
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = ""
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = ""
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = ""
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = ""
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = ""
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = ""
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = ""
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = ""
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = ""
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = ""
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = ""
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = ""
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = ""
 ; managelocales_element.php line: 73
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = ""
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = ""
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = ""
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = ""
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = ""
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = ""
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = ""
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = ""
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/he/configure.ini b/locale/he/configure.ini
index f5278ac05..ee87f1f1d 100755
--- a/locale/he/configure.ini
+++ b/locale/he/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = ""
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = "תאור"
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = ""
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = ""
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = ""
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = ""
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = ""
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = ""
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = ""
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = ""
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = "מחק"
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = ""
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = ""
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = "הגש"
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = ""
 ; managelocales_element.php line: 73
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = ""
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = ""
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = ""
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = ""
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = ""
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = ""
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = "הגש"
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = ""
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/hi/configure.ini b/locale/hi/configure.ini
index f6b1fe3f5..d71f3040d 100755
--- a/locale/hi/configure.ini
+++ b/locale/hi/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = ""
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = ""
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = ""
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = ""
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = ""
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = ""
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = ""
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = ""
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = ""
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = ""
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = ""
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = ""
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = ""
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = ""
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = ""
 ; managelocales_element.php line: 73
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = ""
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = ""
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = ""
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = ""
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = ""
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = ""
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = ""
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = ""
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/in-ID/configure.ini b/locale/in-ID/configure.ini
index 68de43409..3ff516916 100755
--- a/locale/in-ID/configure.ini
+++ b/locale/in-ID/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = ""
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = ""
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = ""
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = ""
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = ""
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = ""
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = ""
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = ""
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = ""
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = ""
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = ""
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = ""
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = ""
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = ""
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = ""
 ; managelocales_element.php line: 73
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = ""
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = ""
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = ""
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = ""
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = ""
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = ""
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = ""
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = ""
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/it/configure.ini b/locale/it/configure.ini
index 87325514d..592d110cb 100755
--- a/locale/it/configure.ini
+++ b/locale/it/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = "Scansioni precedenti"
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = "Descrizione:"
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = "Marca Temporale:"
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = "URL visitati/estratti:"
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = "Azioni"
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = "Statistiche"
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = "Riprendi"
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = "Chiusa"
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = "Usa come Indice"
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = "Cerca Indice"
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = "Cancella"
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = "Nessuna Scansione precedente"
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = "Modifica Lingua: %s"
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = "Pagine statiche:"
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = "Invia"
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = "Lista Lingue"
 ; managelocales_element.php line: 73
 managelocales_element_localename = "Nome Lingua"
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = "TAG Lingua"
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = "Modo scrittura"
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = "Percentuale tradotta"
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = "Aggiungi Lingua"
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = "Nome Lingua:"
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = "TAG Lingua:"
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = "Modo scrittura:"
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = "Invia"
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = "Nome Lingua"
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = "TAG Lingua"
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = "Modo scrittura"
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = "Unioni disponibili"
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = "Nome"
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = "Definizione"
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = "Azioni"
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = "L'Unione non ha ancora componenti"
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = "Modifica"
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = "Usa come Indice"
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = "Cerca Indice"
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = "Cancella"
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = "Crea Unione Scansioni"
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = "Nome Unione:"
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = "Crea"
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/ja/configure.ini b/locale/ja/configure.ini
index 0f8dda2fa..d407f330f 100755
--- a/locale/ja/configure.ini
+++ b/locale/ja/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = "さっきの検索"
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = "説明"
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = ""
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = ""
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = "アクション"
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = ""
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = "再会"
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = ""
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = "指数の設定する。"
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = "検索指数"
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = "削除"
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = "さっきの検索はありません"
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = "ローケルの編集:%s"
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = "サブミット"
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = "ローケルリスト"
 ; managelocales_element.php line: 73
 managelocales_element_localename = "ローケル名"
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = "ローケルのタッグ"
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = "書き込みモード"
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = "翻訳%"
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = "ローケルの追加"
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = "ローケル名"
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = "ローケルタッグ"
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = "書き込みモード"
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = "サブミット"
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = "ローケル名"
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = "ローケルのタッグ"
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = "書き込みモード"
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/kn/configure.ini b/locale/kn/configure.ini
index 604623fc9..b8f5e4ca8 100755
--- a/locale/kn/configure.ini
+++ b/locale/kn/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = ""
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = ""
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = ""
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = ""
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = ""
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = ""
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = ""
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = ""
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = ""
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = ""
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = ""
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = ""
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = ""
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = ""
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = ""
 ; managelocales_element.php line: 73
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = ""
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = ""
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = ""
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = ""
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = ""
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = ""
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = ""
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = ""
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/ko/configure.ini b/locale/ko/configure.ini
index 1b92d0e7a..67ed672f9 100755
--- a/locale/ko/configure.ini
+++ b/locale/ko/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = "예전 크롤들 "
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = "설명:"
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = "타임 스탬프:"
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = "방문한 또는 추출한 주소들"
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = "활동들:"
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = ""
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = "재개"
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = ""
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = "인덱스로 정하기"
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = "검색 인덱스"
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = "삭제"
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = "전 크롤들이 없습니다."
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = "로케일 편집: %s"
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = "제출"
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = "로케일 리스트"
 ; managelocales_element.php line: 73
 managelocales_element_localename = "로케일 이름"
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = "로케일 태그"
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = "쓰기 모드"
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = "번역됀 퍼센트"
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = "로케일 추가"
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = "로케일 이름:"
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = "로케일 태그:"
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = "쓰기 모드:"
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = "제출"
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = "로케일 이름"
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = "로케일 태그"
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = "쓰기 모드"
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/pl/configure.ini b/locale/pl/configure.ini
index 438ddb792..84c4f64aa 100755
--- a/locale/pl/configure.ini
+++ b/locale/pl/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = ""
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = ""
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = ""
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = ""
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = ""
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = ""
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = ""
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = ""
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = ""
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = ""
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = ""
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = ""
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = ""
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = ""
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = ""
 ; managelocales_element.php line: 73
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = ""
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = ""
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = ""
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = ""
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = ""
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = ""
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = ""
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = ""
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/pt/configure.ini b/locale/pt/configure.ini
index f32cddc4d..4d633e6f6 100755
--- a/locale/pt/configure.ini
+++ b/locale/pt/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = ""
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = ""
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = ""
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = ""
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = ""
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = ""
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = ""
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = ""
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = ""
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = ""
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = ""
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = ""
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = ""
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = ""
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = ""
 ; managelocales_element.php line: 73
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = ""
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = ""
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = ""
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = ""
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = ""
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = ""
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = ""
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = ""
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/ru/configure.ini b/locale/ru/configure.ini
index f2f267cc8..0c6653272 100755
--- a/locale/ru/configure.ini
+++ b/locale/ru/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = ""
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = ""
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = ""
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = ""
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = ""
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = ""
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = ""
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = ""
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = ""
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = ""
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = ""
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = ""
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = ""
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = ""
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = ""
 ; managelocales_element.php line: 73
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = ""
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = ""
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = ""
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = ""
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = ""
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = ""
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = ""
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = ""
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/te/configure.ini b/locale/te/configure.ini
index 6bf4439bc..532fa069d 100755
--- a/locale/te/configure.ini
+++ b/locale/te/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = ""
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = ""
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = ""
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = ""
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = ""
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = ""
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = ""
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = ""
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = ""
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = ""
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = ""
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = ""
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = ""
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = ""
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = ""
 ; managelocales_element.php line: 73
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = ""
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = ""
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = ""
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = ""
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = ""
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = ""
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = ""
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = ""
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/th/configure.ini b/locale/th/configure.ini
index ff81aeba9..0f031c409 100755
--- a/locale/th/configure.ini
+++ b/locale/th/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = ""
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = ""
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = ""
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = ""
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = ""
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = ""
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = ""
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = ""
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = ""
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = ""
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = ""
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = ""
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = ""
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = ""
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = ""
 ; managelocales_element.php line: 73
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = ""
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = ""
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = ""
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = ""
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = ""
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = ""
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = ""
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = ""
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/tr/configure.ini b/locale/tr/configure.ini
index f065281bc..700da8b86 100755
--- a/locale/tr/configure.ini
+++ b/locale/tr/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = ""
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = ""
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = ""
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = ""
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = ""
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = ""
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = ""
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = ""
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = ""
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = ""
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = ""
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = ""
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = ""
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = ""
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = ""
 ; managelocales_element.php line: 73
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = ""
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = ""
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = ""
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = ""
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = ""
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = ""
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = ""
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = ""
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/vi-VN/configure.ini b/locale/vi-VN/configure.ini
index e1230b5f0..e0e8a0cb4 100755
--- a/locale/vi-VN/configure.ini
+++ b/locale/vi-VN/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = ""
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = "Mô tả:"
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = ""
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = ""
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = "Những hành động:"
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = ""
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = "Bắt đầu trở lại"
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = ""
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = "Cài làm mục lục"
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = "Tìm mục lục"
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = "Xoá"
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = ""
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = ""
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = ""
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = ""
 ; managelocales_element.php line: 73
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = "Cách thức viết"
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = "Phần trăm đã được phiên dịch"
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = ""
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = ""
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = ""
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = "Cách thức viết:"
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = ""
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = "Cách thức viết"
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/locale/zh-CN/configure.ini b/locale/zh-CN/configure.ini
index 48ff3aa6b..ade089b88 100755
--- a/locale/zh-CN/configure.ini
+++ b/locale/zh-CN/configure.ini
@@ -1427,34 +1427,34 @@ crawlstatus_view_previous_crawls = ""
 ; crawlstatus_view.php line: 211
 crawlstatus_view_description = ""
 ;
-; crawlstatus_view.php line: 212
+; crawlstatus_view.php line: 214
 crawlstatus_view_timestamp = ""
 ;
-; crawlstatus_view.php line: 213
+; crawlstatus_view.php line: 215
 crawlstatus_view_url_counts = ""
 ;
-; crawlstatus_view.php line: 214
+; crawlstatus_view.php line: 219
 crawlstatus_view_actions = ""
 ;
-; crawlstatus_view.php line: 222
+; crawlstatus_view.php line: 227
 crawlstatus_view_statistics = ""
 ;
-; crawlstatus_view.php line: 233
+; crawlstatus_view.php line: 243
 crawlstatus_view_resume = ""
 ;
-; crawlstatus_view.php line: 235
+; crawlstatus_view.php line: 245
 crawlstatus_view_no_resume = ""
 ;
-; crawlstatus_view.php line: 242
+; crawlstatus_view.php line: 252
 crawlstatus_view_set_index = ""
 ;
-; crawlstatus_view.php line: 245
+; crawlstatus_view.php line: 255
 crawlstatus_view_search_index = ""
 ;
-; crawlstatus_view.php line: 252
+; crawlstatus_view.php line: 262
 crawlstatus_view_delete = ""
 ;
-; crawlstatus_view.php line: 260
+; crawlstatus_view.php line: 270
 crawlstatus_view_no_previous_crawl = ""
 ;
 ; /Applications/MAMP/htdocs/git/yioop//views/elements
@@ -1609,31 +1609,31 @@ editclassifier_update = ""
 ; editclassifier_element.php line: 103
 editclassifier_add_examples = ""
 ;
-; editclassifier_element.php line: 107
+; editclassifier_element.php line: 110
 editclassifier_source = ""
 ;
-; editclassifier_element.php line: 111
+; editclassifier_element.php line: 114
 editclassifier_default_crawl = ""
 ;
-; editclassifier_element.php line: 121
+; editclassifier_element.php line: 124
 editclassifier_label_by_hand = ""
 ;
-; editclassifier_element.php line: 123
+; editclassifier_element.php line: 126
 editclassifier_all_in_class = ""
 ;
-; editclassifier_element.php line: 125
+; editclassifier_element.php line: 128
 editclassifier_none_in_class = ""
 ;
-; editclassifier_element.php line: 130
+; editclassifier_element.php line: 133
 editclassifier_keywords = ""
 ;
-; editclassifier_element.php line: 135
+; editclassifier_element.php line: 141
 editclassifier_load = ""
 ;
-; editclassifier_element.php line: 141
+; editclassifier_element.php line: 147
 editclassifier_finalize = ""
 ;
-; editclassifier_element.php line: 147
+; editclassifier_element.php line: 155
 editclassifier_no_documents = ""
 ;
 ; editlocales_element.php line: 62
@@ -1645,7 +1645,7 @@ editlocales_element_edit_locale = ""
 ; editlocales_element.php line: 76
 editlocales_element_static_pages = ""
 ;
-; editlocales_element.php line: 110
+; editlocales_element.php line: 112
 editlocales_element_submit = "完成"
 ;
 ; editmix_element.php line: 58
@@ -1874,49 +1874,49 @@ manageclassifiers_available_classifiers = ""
 ; manageclassifiers_element.php line: 74
 manageclassifiers_label_col = ""
 ;
-; manageclassifiers_element.php line: 75
+; manageclassifiers_element.php line: 77
 manageclassifiers_positive_col = ""
 ;
-; manageclassifiers_element.php line: 76
+; manageclassifiers_element.php line: 79
 manageclassifiers_negative_col = ""
 ;
-; manageclassifiers_element.php line: 78
+; manageclassifiers_element.php line: 85
 manageclassifiers_actions_col = ""
 ;
-; manageclassifiers_element.php line: 92
+; manageclassifiers_element.php line: 104
 manageclassifiers_edit = ""
 ;
-; manageclassifiers_element.php line: 95
+; manageclassifiers_element.php line: 107
 manageclassifiers_finalized = ""
 ;
-; manageclassifiers_element.php line: 102
+; manageclassifiers_element.php line: 114
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 104
+; manageclassifiers_element.php line: 116
 manageclassifiers_finalize = ""
 ;
-; manageclassifiers_element.php line: 108
+; manageclassifiers_element.php line: 120
 manageclassifiers_finalizing = ""
 ;
-; manageclassifiers_element.php line: 114
+; manageclassifiers_element.php line: 126
 manageclassifiers_delete = ""
 ;
-; manageclassifiers_element.php line: 144
+; manageclassifiers_element.php line: 156
 manageclassifiers_manage_classifiers = ""
 ;
-; manageclassifiers_element.php line: 152
+; manageclassifiers_element.php line: 164
 manageclassifiers_classifier_name = ""
 ;
-; manageclassifiers_element.php line: 157
+; manageclassifiers_element.php line: 169
 manageclassifiers_create_button = ""
 ;
-; manageclassifiers_element.php line: 170
+; manageclassifiers_element.php line: 182
 manageclassifiers_element_search = ""
 ;
-; manageclassifiers_element.php line: 171
+; manageclassifiers_element.php line: 183
 manageclassifiers_element_create_form = ""
 ;
-; manageclassifiers_element.php line: 173
+; manageclassifiers_element.php line: 185
 manageclassifiers_classifier_name = ""
 ;
 ; managecrawls_element.php line: 56
@@ -2099,49 +2099,49 @@ managelocales_element_locale_list = ""
 ; managelocales_element.php line: 73
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 74
+; managelocales_element.php line: 76
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 75
+; managelocales_element.php line: 77
 managelocales_element_writingmode = ""
 ;
-; managelocales_element.php line: 77
+; managelocales_element.php line: 82
 managelocales_element_percenttranslated = ""
 ;
-; managelocales_element.php line: 78
+; managelocales_element.php line: 83
 managelocales_element_actions = ""
 ;
-; managelocales_element.php line: 93
+; managelocales_element.php line: 101
 managelocales_element_delete = ""
 ;
-; managelocales_element.php line: 104
+; managelocales_element.php line: 112
 managelocales_element_add_locale = ""
 ;
-; managelocales_element.php line: 114
+; managelocales_element.php line: 122
 managelocales_element_localenamelabel = ""
 ;
-; managelocales_element.php line: 120
+; managelocales_element.php line: 128
 managelocales_element_localetaglabel = ""
 ;
-; managelocales_element.php line: 124
+; managelocales_element.php line: 132
 managelocales_element_writingmodelabel = ""
 ;
-; managelocales_element.php line: 137
+; managelocales_element.php line: 145
 managelocales_element_submit = "完成"
 ;
-; managelocales_element.php line: 153
+; managelocales_element.php line: 161
 managelocales_element_search_locales = ""
 ;
-; managelocales_element.php line: 154
+; managelocales_element.php line: 162
 managelocales_element_addlocale_form = ""
 ;
-; managelocales_element.php line: 156
+; managelocales_element.php line: 164
 managelocales_element_localename = ""
 ;
-; managelocales_element.php line: 157
+; managelocales_element.php line: 165
 managelocales_element_localetag = ""
 ;
-; managelocales_element.php line: 158
+; managelocales_element.php line: 166
 managelocales_element_writingmode = ""
 ;
 ; managemachines_element.php line: 58
@@ -2354,61 +2354,61 @@ mixcrawls_element_available_mixes = ""
 ; mixcrawls_element.php line: 75
 mixcrawls_view_name = ""
 ;
-; mixcrawls_element.php line: 76
+; mixcrawls_element.php line: 77
 mixcrawls_view_definition = ""
 ;
-; mixcrawls_element.php line: 77
+; mixcrawls_element.php line: 81
 mixcrawls_view_actions = ""
 ;
-; mixcrawls_element.php line: 104
+; mixcrawls_element.php line: 115
 mixcrawls_view_no_components = ""
 ;
-; mixcrawls_element.php line: 109
+; mixcrawls_element.php line: 122
 mixcrawls_view_share = ""
 ;
-; mixcrawls_element.php line: 112
+; mixcrawls_element.php line: 125
 mixcrawls_view_edit = ""
 ;
-; mixcrawls_element.php line: 118
+; mixcrawls_element.php line: 131
 mixcrawls_set_index = ""
 ;
-; mixcrawls_element.php line: 121
+; mixcrawls_element.php line: 134
 mixcrawl_search_index = ""
 ;
-; mixcrawls_element.php line: 128
+; mixcrawls_element.php line: 141
 mixcrawls_view_delete = ""
 ;
-; mixcrawls_element.php line: 139
+; mixcrawls_element.php line: 152
 mixcrawls_view_back = ""
 ;
-; mixcrawls_element.php line: 140
+; mixcrawls_element.php line: 153
 mixcrawls_element_share_mix_group = ""
 ;
-; mixcrawls_element.php line: 150
+; mixcrawls_element.php line: 163
 mixcrawls_element_mixname = ""
 ;
-; mixcrawls_element.php line: 155
+; mixcrawls_element.php line: 168
 mixcrawls_element_group = ""
 ;
-; mixcrawls_element.php line: 160
+; mixcrawls_element.php line: 173
 mixcrawls_element_share = ""
 ;
-; mixcrawls_element.php line: 183
+; mixcrawls_element.php line: 196
 mixcrawls_element_make_mix = ""
 ;
-; mixcrawls_element.php line: 193
+; mixcrawls_element.php line: 206
 mixcrawls_element_mix_name = ""
 ;
-; mixcrawls_element.php line: 198
+; mixcrawls_element.php line: 211
 mixcrawls_element_create_button = ""
 ;
-; mixcrawls_element.php line: 208
+; mixcrawls_element.php line: 221
 mixcrawls_element_search_mix = ""
 ;
-; mixcrawls_element.php line: 209
+; mixcrawls_element.php line: 222
 mixcrawls_element_createmix_form = ""
 ;
-; mixcrawls_element.php line: 211
+; mixcrawls_element.php line: 224
 mixcrawls_element_mixname = ""
 ;
 ; moreoptions_element.php line: 81
diff --git a/scripts/classifiers.js b/scripts/classifiers.js
index 5ea91775f..f4a1071b6 100644
--- a/scripts/classifiers.js
+++ b/scripts/classifiers.js
@@ -836,4 +836,4 @@ var Classifier = (function() {
     }

     return self;
-})();
\ No newline at end of file
+})();
diff --git a/views/crawlstatus_view.php b/views/crawlstatus_view.php
index e1aac4012..e5adcd8f0 100755
--- a/views/crawlstatus_view.php
+++ b/views/crawlstatus_view.php
@@ -209,9 +209,14 @@ class CrawlstatusView extends View
         if(isset($data['RECENT_CRAWLS']) && count($data['RECENT_CRAWLS']) > 0) {
             ?>
             <table class="crawls-table">
-            <tr><th><?php e(tl('crawlstatus_view_description'));?></th><th><?php
+            <tr><th><?php e(tl('crawlstatus_view_description'));?></th><?php
+            if(!MOBILE) {?>
+                <th><?php
                 e(tl('crawlstatus_view_timestamp')); ?></th>
-            <th><?php e(tl('crawlstatus_view_url_counts'));?></th>
+                <th><?php e(tl('crawlstatus_view_url_counts'));?></th>
+            <?php
+            }
+            ?>
             <th colspan="3"><?php e(tl('crawlstatus_view_actions'));?></th></tr>
             <?php
             foreach($data['RECENT_CRAWLS'] as $crawl) {
@@ -220,21 +225,26 @@ class CrawlstatusView extends View
                     [<a href="?<?php e(CSRF_TOKEN."=".$data[CSRF_TOKEN]);
                         ?>&amp;c=statistics&amp;its=<?php
                     e($crawl['CRAWL_TIME']); ?>"><?php
-                    e(tl('crawlstatus_view_statistics')); ?></a>]</td>
+                    e(tl('crawlstatus_view_statistics')); ?></a>]</td><?php
+                    if(!MOBILE) { ?>
                     <td><?php
-                    e("<b>{$crawl['CRAWL_TIME']}</b><br />");
-                    e("<small>".date("r", $crawl['CRAWL_TIME']).
-                        "</small>"); ?></td>
-                <td> <?php e( (isset($crawl["VISITED_URLS_COUNT"]) ?
-                    $crawl['VISITED_URLS_COUNT'] : 0) ."/".
-                    $crawl['COUNT']); ?></td>
-                <td><?php if($crawl['RESUMABLE']) { ?>
-                    <a href="<?php e($base_url); ?>resume&amp;timestamp=<?php
-                        e($crawl['CRAWL_TIME']); ?>"><?php
-                        e(tl('crawlstatus_view_resume'));?></a>
-                    <?php } else {
-                            e(tl('crawlstatus_view_no_resume'));
-                          }?></td>
+                        e("<b>{$crawl['CRAWL_TIME']}</b><br />");
+                        e("<small>".date("r", $crawl['CRAWL_TIME']).
+                            "</small>"); ?></td>
+                        <td> <?php e( (isset($crawl["VISITED_URLS_COUNT"]) ?
+                            $crawl['VISITED_URLS_COUNT'] : 0) ."/".
+                            $crawl['COUNT']); ?></td>
+                    <?php
+                    }
+                    ?>
+                    <td><?php if($crawl['RESUMABLE']) { ?>
+                        <a href="<?php e($base_url);
+                            ?>resume&amp;timestamp=<?php
+                            e($crawl['CRAWL_TIME']); ?>"><?php
+                            e(tl('crawlstatus_view_resume'));?></a>
+                        <?php } else {
+                                e(tl('crawlstatus_view_no_resume'));
+                              }?></td>
                 <td>
                 <?php
                 if( $crawl['CRAWL_TIME'] != $data['CURRENT_INDEX']) { ?>
diff --git a/views/elements/editclassifier_element.php b/views/elements/editclassifier_element.php
index 365b9e27a..59e8e8615 100644
--- a/views/elements/editclassifier_element.php
+++ b/views/elements/editclassifier_element.php
@@ -103,10 +103,13 @@ class EditclassifierElement extends Element
             } ?>><?php e(tl('editclassifier_update')) ?></a>]</p>
         <h3><?php e(tl('editclassifier_add_examples')) ?></h3>
         <form id="label-docs-form" action="" method="GET">
+        <?php
+            $td = (MOBILE) ? "</tr><td>" : "<td>";
+        ?>
         <table>
             <tr>
             <th><?php e(tl('editclassifier_source')) ?></th>
-            <td>
+            <?php e($td); ?>
                 <select id="label-docs-source" name="label_docs_source">
                     <option value="1" selected="selected"><?php
                         e(tl('editclassifier_default_crawl')) ?></option>
@@ -116,7 +119,7 @@ class EditclassifierElement extends Element
                 <?php } ?>
                 </select>
             </td>
-            <td>
+            <?php e($td); ?>
                 <select id="label-docs-type" name="label_docs_type">
                     <option value="manual" selected="selected"><?php
                         e(tl('editclassifier_label_by_hand')) ?></option>
@@ -128,8 +131,11 @@ class EditclassifierElement extends Element
             </td>
             </tr>
             <tr>
-                <th><?php e(tl('editclassifier_keywords')) ?></th>
-                <td colspan="2">
+                <th><?php e(tl('editclassifier_keywords')) ?></th><?php
+                if(MOBILE) {
+                    e("</tr><tr>");
+                }?>
+                <td <?php if(!MOBILE) {?>colspan="2" <?php } ?> >
                     <input type="text" maxlength="80" id="label-docs-keywords"
                         name="label_docs_keywords" />
                     <button class="button-box" type="submit"><?php
@@ -142,9 +148,11 @@ class EditclassifierElement extends Element
                         e(tl('editclassifier_finalize')) ?></button>
                 </td>
             </tr>
-            <tr>
-                <th>&nbsp;</th>
-                <td id="label-docs-status" colspan="2"><?php
+            <tr><?php
+                if(!MOBILE) {
+                    e("<th>&nbsp;</th>");
+                }
+                ?><td id="label-docs-status" colspan="2"><?php
                     e(tl('editclassifier_no_documents')) ?></td>
             </tr>
         </table>
@@ -152,4 +160,4 @@ class EditclassifierElement extends Element
     <?php
     }
 }
-?>
\ No newline at end of file
+?>
diff --git a/views/elements/editlocales_element.php b/views/elements/editlocales_element.php
index d1f30355e..a0d41b258 100644
--- a/views/elements/editlocales_element.php
+++ b/views/elements/editlocales_element.php
@@ -90,18 +90,20 @@ class EditlocalesElement extends Element
             e($data['CURRENT_LOCALE_TAG']); ?>" />
         <table class="translate-table">
         <?php
+        $mobile_tr = (MOBILE) ? "</tr><tr>" : "";
         foreach($data['STRINGS'] as $msg_id => $msg_string) {
             if(strlen($msg_string) > 0) {
                 e("<tr><td><label for='$msg_id'>$msg_id</label>".
-                    "</td><td><input type='text' title='".
+                    "</td>$mobile_tr<td><input type='text' title='".
                     $data['DEFAULT_STRINGS'][$msg_id].
                     "' id='$msg_id' name='STRINGS[$msg_id]' ".
                     "value='$msg_string' /></td></tr>");
             } else {
-                e("<tr><td><label for='$msg_id'>$msg_id</label></td><td><input".
-                    " class='highlight' type='text' title='".
-                    $data['DEFAULT_STRINGS'][$msg_id]."' id='$msg_id' ".
-                    "name='STRINGS[$msg_id]' value='$msg_string' /></td></tr>");
+                e("<tr><td><label for='$msg_id'>$msg_id</label></td>".
+                    "$mobile_tr<td><input class='highlight' type='text' ".
+                    "title='".$data['DEFAULT_STRINGS'][$msg_id].
+                    "' id='$msg_id' name='STRINGS[$msg_id]' ".
+                    "value='$msg_string' /></td></tr>");
             }
         }
         ?>
@@ -121,4 +123,4 @@ class EditlocalesElement extends Element
     <?php
     }
 }
-?>
\ No newline at end of file
+?>
diff --git a/views/elements/manageclassifiers_element.php b/views/elements/manageclassifiers_element.php
index 3cf143aa8..d00788f13 100644
--- a/views/elements/manageclassifiers_element.php
+++ b/views/elements/manageclassifiers_element.php
@@ -73,8 +73,15 @@ class ManageclassifiersElement extends Element
             <table class="classifiers-table">
                 <tr>
                     <th><?php e(tl('manageclassifiers_label_col')) ?></th>
-                    <th><?php e(tl('manageclassifiers_positive_col')) ?></th>
-                    <th><?php e(tl('manageclassifiers_negative_col')) ?></th>
+                    <?php
+                    if(!MOBILE) { ?>
+                        <th><?php e(tl('manageclassifiers_positive_col'));
+                         ?></th>
+                        <th><?php e(tl('manageclassifiers_negative_col'));
+                        ?></th>
+                    <?php
+                    }
+                    ?>
                     <th colspan="3"><?php
                         e(tl('manageclassifiers_actions_col')) ?></th>
                 </tr>
@@ -85,8 +92,13 @@ class ManageclassifiersElement extends Element
                         <small><?php e(date("d M Y H:i:s",
                             $classifier->timestamp)) ?></small>
                     </td>
-                    <td><?php e($classifier->positive) ?></td>
-                    <td><?php e($classifier->negative) ?></td>
+                    <?php
+                    if(!MOBILE) { ?>
+                        <td><?php e($classifier->positive) ?></td>
+                        <td><?php e($classifier->negative) ?></td>
+                    <?php
+                    }
+                    ?>
                     <td><a href="<?php e($base_url)
                         ?>editclassifier&amp;name=<?php
                         e($label) ?>"><?php
diff --git a/views/elements/managelocales_element.php b/views/elements/managelocales_element.php
index bc75131ed..5fea2d054 100644
--- a/views/elements/managelocales_element.php
+++ b/views/elements/managelocales_element.php
@@ -72,9 +72,14 @@ class ManagelocalesElement extends Element
         <table class="locale-table">
             <tr>
             <th><?php e(tl('managelocales_element_localename')); ?></th>
-            <th><?php e(tl('managelocales_element_localetag'));?></th>
-            <th><?php e(tl('managelocales_element_writingmode'));
-                ?></th>
+            <?php
+            if(!MOBILE) { ?>
+                <th><?php e(tl('managelocales_element_localetag'));?></th>
+                <th><?php e(tl('managelocales_element_writingmode'));
+                    ?></th>
+            <?php
+            }
+            ?>
             <th><?php e(tl('managelocales_element_percenttranslated'));?></th>
             <th><?php e(tl('managelocales_element_actions'));?></th>
             </tr>
@@ -84,9 +89,12 @@ class ManagelocalesElement extends Element
         foreach($data['LOCALES'] as $locale) {
             e("<tr><td><a href='$base_url".
                 "&amp;arg=editlocale&amp;selectlocale=".$locale['LOCALE_TAG'].
-                "' >". $locale['LOCALE_NAME']."</a></td><td>".
-                $locale['LOCALE_TAG']."</td>");
-            e("<td>".$locale['WRITING_MODE']."</td><td class='align-right' >".
+                "' >". $locale['LOCALE_NAME']."</a></td>");
+            if(!MOBILE) {
+                e("<td>".$locale['LOCALE_TAG']."</td>");
+                e("<td>".$locale['WRITING_MODE']."</td>");
+            }
+            e("<td class='align-right' >".
                 $locale['PERCENT_WITH_STRINGS']."</td>");
             e("<td><a href='$base_url"
                 ."&amp;arg=deletelocale&amp;selectlocale=".
diff --git a/views/elements/mixcrawls_element.php b/views/elements/mixcrawls_element.php
index 5205ad44d..e9aa87cb7 100644
--- a/views/elements/mixcrawls_element.php
+++ b/views/elements/mixcrawls_element.php
@@ -73,8 +73,12 @@ class MixcrawlsElement extends Element
         $this->view->helper("pagingtable")->render($data);
         ?>
         <table class="mixes-table">
-        <tr><th><?php e(tl('mixcrawls_view_name'));?></th>
-        <th><?php e(tl('mixcrawls_view_definition'));?></th>
+        <tr><th><?php e(tl('mixcrawls_view_name'));?></th><?php
+        if(!MOBILE) { ?>
+            <th><?php e(tl('mixcrawls_view_definition'));?></th>
+        <?php
+        }
+        ?>
         <th colspan="4"><?php e(tl('mixcrawls_view_actions'));?></th></tr>
         <?php
         foreach($data['available_mixes'] as $mix) {
@@ -83,16 +87,23 @@ class MixcrawlsElement extends Element
                 <?php e($mix['TIMESTAMP']); ?><br /><?php
                 e("<small>".date("d M Y H:i:s", $mix['TIMESTAMP']).
                     "</small>"); ?></td>
-            <td><?php
-                if(isset($mix['FRAGMENTS']) && count($mix['FRAGMENTS'])  > 0) {
-                    foreach($mix['FRAGMENTS'] as $fragment_id=>$fragment_data) {
+            <?php
+            if(!MOBILE) {
+                e("<td>");
+                if(isset($mix['FRAGMENTS'])
+                    && count($mix['FRAGMENTS'])  > 0) {
+                    foreach($mix['FRAGMENTS'] as
+                        $fragment_id=>$fragment_data) {
                         if(!isset($fragment_data['RESULT_BOUND']) ||
                            !isset($fragment_data['COMPONENTS']) ||
-                           count($fragment_data['COMPONENTS']) == 0) continue;
+                           count($fragment_data['COMPONENTS']) == 0) {
+                           continue;
+                        }
                         e(" #".$fragment_data['RESULT_BOUND']."[");
                         $plus = "";
                         foreach($fragment_data['COMPONENTS'] as $component){
-                            $crawl_timestamp = $component['CRAWL_TIMESTAMP'];
+                            $crawl_timestamp =
+                                $component['CRAWL_TIMESTAMP'];
                             e($plus.$component['WEIGHT']." * (".
                                 $data['available_crawls'][
                                 $crawl_timestamp]." + K:".
@@ -104,7 +115,9 @@ class MixcrawlsElement extends Element
                 } else {
                     e(tl('mixcrawls_view_no_components'));
                 }
-            ?></td>
+                e("</td>");
+            }
+            ?>
             <td><a href="javascript:share_form(<?php
                 e($mix['TIMESTAMP']); ?>, '<?php e($mix['NAME']);?>')"><?php
                 e(tl('mixcrawls_view_share'));?></a></td>
ViewGit