Skip to content
Snippets Groups Projects
Commit b6aae5b3 authored by Martin Haase's avatar Martin Haase
Browse files

some css

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@10412 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent a385b588
No related branches found
No related tags found
No related merge requests found
......@@ -234,13 +234,14 @@ class WebUtils {
echo "</script>";
echo "</head>\n<body>\n";
echo "<div style=\"font-face: Arial;\"";
echo "<div style=\"font-face: Arial;\">";
echo "<h2 style=\"text-align: center;\">$title</h2>\n";
// echo "This is what we got for sure:". serialize ($providedAttrs);
// echo $remote_user .serialize ( $attrMap );
echo "<form name=\"Formular\" action=\"PutAttributes.php\" method=\"post\" onsubmit=\"return chkFormular()\">\n";
echo "<table style=\"margin-left: auto; margin-right: auto;\">\n";
echo "<colgroup> <col align=\"left\" span=\"3\"></col></colgroup>\n";
$oldToUversion = "";
foreach ($existingAttrs as $a) {
if ($a->name == "ToUversion") {
......@@ -341,7 +342,7 @@ class WebUtils {
public function formatISO3166list ( $listname, $preselected ) {
$list = $this->list_iso3166();
echo "<select name=\"${listname}\" size=\"1\">\n";
echo "<select name=\"${listname}\" style=\"width: 200px;\" size=\"1\">\n";
foreach ($list as $code => $name) {
if ($code === $preselected) {
$selected = "selected=\"selected\"";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment