Author: jfthomps
Date: Wed Feb 22 20:38:54 2017
New Revision: 1784060

URL: http://svn.apache.org/viewvc?rev=1784060&view=rev
Log:
modified mapByResGroupHTML and mapByMapToGroupHTML: minor adjustment to width 
of Add and Remove buttons

Modified:
    vcl/trunk/web/.ht-inc/resource.php

Modified: vcl/trunk/web/.ht-inc/resource.php
URL: 
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/resource.php?rev=1784060&r1=1784059&r2=1784060&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/resource.php (original)
+++ vcl/trunk/web/.ht-inc/resource.php Wed Feb 22 20:38:54 2017
@@ -1186,7 +1186,7 @@ class Resource {
                $h .= "</td>\n";
                # transfer buttons
                $h .= "<td style=\"vertical-align: middle;\">\n";
-               $h .= dijitButton('', "<div style=\"width: 50px;\">&lt;-" . 
i("Add") . "</div>",
+               $h .= dijitButton('', "<div style=\"width: 60px;\">&lt;-" . 
i("Add") . "</div>",
                                  "resource.addRemItem('addmapgrpcont', 
'groups', 'outmapgroups');");
                $cdata = $this->basecdata;
                $cdata['mode'] = 'add';
@@ -1195,7 +1195,7 @@ class Resource {
                $h .= "<br>\n";
                $h .= "<br>\n";
                $h .= "<br>\n";
-               $h .= dijitButton('', "<div style=\"width: 50px;\">" . 
i("Remove") . "-&gt;</div>",
+               $h .= dijitButton('', "<div style=\"width: 60px;\">" . 
i("Remove") . "-&gt;</div>",
                                  "resource.addRemItem('remmapgrpcont', 
'groups', 'inmapgroups');");
                $cdata['mode'] = 'remove';
                $cont = addContinuationsEntry('AJaddRemMapToGroup', $cdata);
@@ -1380,14 +1380,14 @@ class Resource {
                $h .= "</td>\n";
                # transfer buttons
                $h .= "<td style=\"vertical-align: middle;\">\n";
-               $h .= dijitButton('', "<div style=\"width: 50px;\">&lt;-" . 
i("Add") . "</div>",
+               $h .= dijitButton('', "<div style=\"width: 60px;\">&lt;-" . 
i("Add") . "</div>",
                                  "resource.addRemItem('addmaptogrpcont', 
'maptogroups', 'outmaptogroups');");
                $cdata = $this->basecdata;
                $cdata['mode'] = 'add';
                $cont = addContinuationsEntry('AJaddRemGroupMapTo', $cdata);
                $h .= "<input type=\"hidden\" id=\"addmaptogrpcont\" 
value=\"$cont\">\n";
                $h .= "<br><br><br>\n";
-               $h .= dijitButton('', "<div style=\"width: 50px;\">" . 
i("Remove") . "-&gt;</div>",
+               $h .= dijitButton('', "<div style=\"width: 60px;\">" . 
i("Remove") . "-&gt;</div>",
                                  "resource.addRemItem('remmaptogrpcont', 
'maptogroups', 'inmaptogroups');");
                $cdata['mode'] = 'remove';
                $cont = addContinuationsEntry('AJaddRemGroupMapTo', $cdata);


Reply via email to