From 59a319d9e26db8e69a14f6a0d7db0d18ce7c0f0a Mon Sep 17 00:00:00 2001 From: john Date: Mon, 4 Dec 2017 11:51:01 +0800 Subject: [PATCH] Pman.Dialog.Image.bjs Pman.Dialog.Image.js --- Pman.Dialog.Image.bjs | 2 +- Pman.Dialog.Image.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', -- 2.39.2