Project

General

Profile

Actions

Todo #5530

closed

Shellcmd displays wrong text on edit button.

Added by Doug Dimick over 8 years ago. Updated over 8 years ago.

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.

Actions #1

Updated by Kill Bill over 8 years ago

And it will remain so since no such differention is possible.

Actions #2

Updated by Chris Buechler over 8 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.

Actions #3

Updated by Kill Bill over 8 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

Also available in: Atom PDF