[Bps-public-commit] RT-BugTracker branch, master, updated. d3d379c8bd1139ce762abed8d24f908a3be7b969
Thomas Sibley
trs at bestpractical.com
Wed May 29 23:41:42 EDT 2013
The branch, master has been updated
via d3d379c8bd1139ce762abed8d24f908a3be7b969 (commit)
via 21b3b91d8cd5f61300192ca3b5ade851ab11d458 (commit)
from 4cbcc15e718753e6f42826914ba86f8b10818433 (commit)
Summary of changes:
html/Dist/Elements/EditNotes | 4 ++--
html/Dist/Elements/EditNotifyAddresses | 4 ++--
html/Dist/Elements/EditSubjectTag | 4 ++--
html/NoAuth/css/bugtracker.css | 4 ++++
inc/Module/Install/RTx.pm | 2 +-
5 files changed, 11 insertions(+), 7 deletions(-)
- Log -----------------------------------------------------------------
commit 21b3b91d8cd5f61300192ca3b5ade851ab11d458
Author: Thomas Sibley <trs at bestpractical.com>
Date: Wed May 29 20:41:11 2013 -0700
Update M::I
diff --git a/inc/Module/Install/RTx.pm b/inc/Module/Install/RTx.pm
index abf6aea..c9fe996 100644
--- a/inc/Module/Install/RTx.pm
+++ b/inc/Module/Install/RTx.pm
@@ -8,7 +8,7 @@ no warnings 'once';
use Module::Install::Base;
use base 'Module::Install::Base';
-our $VERSION = '0.30';
+our $VERSION = '0.31';
use FindBin;
use File::Glob ();
commit d3d379c8bd1139ce762abed8d24f908a3be7b969
Author: Thomas Sibley <trs at bestpractical.com>
Date: Wed May 29 20:41:15 2013 -0700
Less haphazard layout for the dist manage page
diff --git a/html/Dist/Elements/EditNotes b/html/Dist/Elements/EditNotes
index a3bad3d..45cfbc3 100644
--- a/html/Dist/Elements/EditNotes
+++ b/html/Dist/Elements/EditNotes
@@ -1,5 +1,5 @@
-<% loc('Distribution notes') %> (<% loc('HTML subset allowed') %>):
-<textarea cols="120" rows="20" name="Queue-<% $Queue->id %>-Notes"><% $value %></textarea><br />
+<label class="dist-notes"><% loc('Distribution notes') %> (<% loc('HTML subset allowed') %>):
+<textarea cols="120" rows="20" name="Queue-<% $Queue->id %>-Notes"><% $value %></textarea></label><br />
<%ARGS>
$Queue => undef
</%ARGS>
diff --git a/html/Dist/Elements/EditNotifyAddresses b/html/Dist/Elements/EditNotifyAddresses
index 35cb57a..f85e81f 100644
--- a/html/Dist/Elements/EditNotifyAddresses
+++ b/html/Dist/Elements/EditNotifyAddresses
@@ -1,5 +1,5 @@
-<% loc('Additional addresses RT should notify') %>:
-<textarea cols="120" rows="10" name="Queue-<% $Queue->id %>-NotifyAddresses"><% join ', ', @$value %></textarea><br />
+<label class="dist-addresses"><% loc('Additional addresses RT should notify') %>:
+<textarea cols="120" rows="10" name="Queue-<% $Queue->id %>-NotifyAddresses"><% join ', ', @$value %></textarea></label><br />
<%ARGS>
$Queue => undef
</%ARGS>
diff --git a/html/Dist/Elements/EditSubjectTag b/html/Dist/Elements/EditSubjectTag
index 7230f7f..45abb07 100644
--- a/html/Dist/Elements/EditSubjectTag
+++ b/html/Dist/Elements/EditSubjectTag
@@ -1,6 +1,6 @@
-<% loc('Subject tag in addition to default') %>
+<label class="dist-subjecttag"><% loc('Subject tag in addition to default') %>
(<% loc('be reasonable') %>):
-<input size="120" name="Queue-<% $Queue->id %>-SubjectTag" value="<% $value || '' %>" /><br />
+<input size="120" name="Queue-<% $Queue->id %>-SubjectTag" value="<% $value || '' %>" /></label><br />
<%ARGS>
$Queue => undef
</%ARGS>
diff --git a/html/NoAuth/css/bugtracker.css b/html/NoAuth/css/bugtracker.css
index 6f68fea..4329273 100644
--- a/html/NoAuth/css/bugtracker.css
+++ b/html/NoAuth/css/bugtracker.css
@@ -10,3 +10,7 @@
-webkit-border-radius: 10px;
border-radius: 10px;
}
+
+.dist-notes textarea, .dist-addresses textarea, .dist-subjecttag input {
+ display: block;
+}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list