From: john Date: Mon, 4 Dec 2017 03:51:18 +0000 (+0800) Subject: Pman.Dialog.Image.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=03d6a642437a882598a1a7f55ce3c66b55ac9715 Pman.Dialog.Image.bjs Pman.Dialog.Image.js --- diff --git a/Pman.Dialog.Image.bjs b/Pman.Dialog.Image.bjs index 2f91611e..7d1d9796 100644 --- a/Pman.Dialog.Image.bjs +++ b/Pman.Dialog.Image.bjs @@ -107,7 +107,7 @@ "name" : "imgtype_name", "qtip" : "Select image type", "queryParam" : "query[search]", - "tpl" : "
{display_name}??? {name}
", + "tpl" : "
{display_name} {name}
", "loadingText" : "Searching...", "items" : [ { diff --git a/Pman.Dialog.Image.js b/Pman.Dialog.Image.js index dac932d5..e11dbac4 100644 --- a/Pman.Dialog.Image.js +++ b/Pman.Dialog.Image.js @@ -331,7 +331,7 @@ Pman.Dialog.Image = { qtip : _this._strings['dff0c70e4c11953e4e3ee1cf268fb96d'] /* Select image type */, queryParam : 'query[search]', selectOnFocus : true, - tpl : '
{display_name}??? {name}
', + tpl : '
{display_name} {name}
', triggerAction : 'all', typeAhead : true, valueField : 'name',