Todo #5530
closed
Shellcmd displays wrong text on edit button.
Added by Doug Dimick almost 9 years ago.
Updated almost 9 years ago.
Description
The edit button is labeled "Edit this (early)shellcmd entry" regardless of the type of shellcmd in use.
And it will remain so since no such differention is possible.
- 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.
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.
Also available in: Atom
PDF