You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2017/03/01 18:23:28 UTC

svn commit: r1785015 - /vcl/trunk/web/.ht-inc/privileges.php

Author: jfthomps
Date: Wed Mar  1 18:23:27 2017
New Revision: 1785015

URL: http://svn.apache.org/viewvc?rev=1785015&view=rev
Log:
privileges.php: modified userLookup: set inline style for table header for "Images User Has Access To" to vertical-align: top

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

Modified: vcl/trunk/web/.ht-inc/privileges.php
URL: http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/privileges.php?rev=1785015&r1=1785014&r2=1785015&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/privileges.php (original)
+++ vcl/trunk/web/.ht-inc/privileges.php Wed Mar  1 18:23:27 2017
@@ -1712,7 +1712,7 @@ function userLookup() {
 		# image access
 		print "<table>\n";
 		print "  <tr>\n";
-		print "    <th>Images User Has Access To:<th>\n";
+		print "    <th style=\"vertical-align: top;\">Images User Has Access To:<th>\n";
 		print "    <td>\n";
 		foreach($userResources['image'] as $img)
 			print "      $img<br>\n";