From dd6268cdf15ec8d2670e195cfebceb5116b61229 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 4 Sep 2012 21:21:42 +0100 Subject: [PATCH] wip --- mason/edit | 6 +++--- mason/txtable | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mason/edit b/mason/edit index 7869cc8..0781e9b 100755 --- a/mason/edit +++ b/mason/edit @@ -35,8 +35,8 @@ if (!$tx) { die "no such text $textid"; }

Edit "<% $tx->{'desc'} |h %>"

<&| txtable, tx => $tx, inputs => 1 &> -TXTABLE CONTENT + - + diff --git a/mason/txtable b/mason/txtable index b2bdc72..42a9908 100644 --- a/mason/txtable +++ b/mason/txtable @@ -9,7 +9,7 @@ $inputs => 0 <% $head %> % if ($inputs) { -% $size ||= 70; +% $size ||= 50; <% $input_xinfo %> % } else { @@ -25,7 +25,7 @@ $inputs => 0 % $ent->('Short name:', 'desc', $tx->{'desc'}); -<% $m->content %> % $ent->('Subject:', 'subject', $tx->{'subject'}, 'code'); +<% $m->content %>

-- 2.30.2