Update pin_numbers.php

This commit is contained in:
Len 2017-10-10 20:31:31 -04:00 committed by GitHub
parent c34e049aaa
commit 8aa433b37c
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,7 @@
$row_style["1"] = "row_style1";
//show the content
echo "<input type='button' class='btn' style='margin-right: 15px;' value='".$text['button-export']."' onclick=\"window.location.href='pin_download.php'\">\n";
echo "<table width='100%' border='0'>\n";
echo " <tr>\n";
echo " <td width='50%' align='left' nowrap='nowrap'><b>".$text['title-pin_numbers']."</b></td>\n";
@ -110,6 +110,7 @@
echo " <td width='50%' style='vertical-align: top; text-align: right; white-space: nowrap;'>\n";
echo " <input type='text' class='txt' style='width: 150px' name='search' id='search' value='".$search."'>\n";
echo " <input type='submit' class='btn' name='submit' value='".$text['button-search']."'>\n";
echo "<input type='button' class='btn' style='margin-right: 15px;' value='".$text['button-export']."' onclick=\"window.location.href='pin_download.php'\">\n";
echo " </td>\n";
echo " </form>\n";
echo " </tr>\n";