From: john Date: Mon, 4 Dec 2017 03:51:01 +0000 (+0800) Subject: Pman.Dialog.Image.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=59a319d9e26db8e69a14f6a0d7db0d18ce7c0f0a Pman.Dialog.Image.bjs Pman.Dialog.Image.js --- diff --git a/Pman.Dialog.Image.bjs b/Pman.Dialog.Image.bjs index 7d1d9796..2f91611e 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 e11dbac4..dac932d5 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',