From 03d6a642437a882598a1a7f55ce3c66b55ac9715 Mon Sep 17 00:00:00 2001 From: john Date: Mon, 4 Dec 2017 11:51:18 +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 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', -- 2.39.2