Actions
Todo #5530
closedShellcmd displays wrong text on edit button.
Status:
Needs Patch
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
11/24/2015
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Description
The edit button is labeled "Edit this (early)shellcmd entry" regardless of the type of shellcmd in use.
Updated by Kill Bill almost 10 years ago
And it will remain so since no such differention is possible.
Updated by Chris Buechler almost 10 years ago
- Status changed from New to Needs Patch
not for the add button, but edit would be possible. Not that it really matters though. If someone wants to submit a pull request, great.
Updated by Kill Bill almost 10 years ago
Chris Buechler wrote:
not for the add button, but edit would be possible.
That's not possible either with the package XML.
$edit_msg=($pkg['adddeleteeditpagefields']['edittext']?$pkg['adddeleteeditpagefields']['edittext']:"Edit this item");?> $delete_msg=($pkg['adddeleteeditpagefields']['deletetext']?$pkg['adddeleteeditpagefields']['deletetext']:"Delete this item");?>
You cannot define multiple of these in any way to get what's requested here without rewriting this to PHP.
Actions