_folder_selector_clicked, this);
//Add QuickAccess checkbox
- elm_genlist_item_append(m_genlist, m_add_to_qa_item_class, this, nullptr, ELM_GENLIST_ITEM_NONE,
- _qa_clicked, this);
+ if (!m_state)
+ elm_genlist_item_append(m_genlist, m_add_to_qa_item_class, this, nullptr, ELM_GENLIST_ITEM_NONE,
+ _qa_clicked, this);
}
void BookmarkFlowUI::updateTopContent()
addFilteredBookmarkItems(BookmarkManagerGenlistFilter::Websites);
elm_genlist_realized_items_update(m_genlist);
showNaviframePrevButton(false);
- m_naviframe->setRightButtonText(_("IDS_TPLATFORM_ACBUTTON_DONE_ABB"));
+ //TODO: Missing translation. In guidelines this should be uppercase
+ m_naviframe->setRightButtonText(_("IDS_BR_SK_DONE"));
updateDeleteTopContent();
showToolbars(false);
evas_object_hide(m_navigatorToolbar);
updateNoBookmarkText();
m_naviframe->setTitle(_("IDS_BR_MBODY_HISTORY"));
showNaviframePrevButton(false);
- m_naviframe->setRightButtonText(_("IDS_BR_SK_DELETE"));
+ m_naviframe->setRightButtonText(_("IDS_BR_SK_DONE"));
updateDeleteTopContent();
showToolbars(false);
evas_object_hide(m_navigatorToolbar);
InputPopup *inputPopup =
InputPopup::createPopup(
m_viewManager.getContent(),
- "New Folder",
- "Add New Folder?",
+ _("IDS_BR_SK3_CREATE_FOLDER"),
+ "",
"New Folder #",
- _("IDS_BR_OPT_ADD"),
+ //TODO: Missing translation
+ "Create",
_("IDS_BR_SK_CANCEL_ABB"));
services::SharedBookmarkItemList badWords = m_favoriteService->getFolders(parent);
for (auto it = badWords.begin(); it != badWords.end(); ++it)