fix item_list and item_search templates. make item filer use a bootdtrap modal and some css and class fixes

This commit is contained in:
Mario Vavti
2017-03-17 14:22:10 +01:00
parent 4c2bdc9dc0
commit d10525a375
19 changed files with 276 additions and 284 deletions

View File

@@ -49,8 +49,10 @@ class Filer extends \Zotlabs\Web\Controller {
}
$tpl = get_markup_template("filer_dialog.tpl");
$o = replace_macros($tpl, array(
'$field' => array('term', t("Save to Folder:"), '', '', $filetags, t('- select -')),
'$field' => array('term', t('Enter a folder name'), '', '', $filetags, 'placeholder="' . t('or select an existing folder (doubleclick)') . '"'),
'$submit' => t('Save'),
'$title' => t('Save to Folder'),
'$cancel' => t('Cancel')
));
echo $o;