Update redirectFromJinxxy.php
This commit is contained in:
@@ -105,6 +105,10 @@ echo '<br><span style="font-family: consolas">Currency Code </span>' . $cur
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.insert form input[type="text"] {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -116,7 +120,7 @@ echo '<br><span style="font-family: consolas">Currency Code </span>' . $cur
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="insert" style="height: 100%;">
|
||||
<form action="insert-jinxxy.php" method="post" style="height: 100%;">
|
||||
<form action="insert-jinxxy.php" method="post" style="height: 100%; width:50%;">
|
||||
<select name="section" id="section">
|
||||
<option value="1">Assets</option>
|
||||
<option value="2">Avatars</option>
|
||||
@@ -131,10 +135,11 @@ echo '<br><span style="font-family: consolas">Currency Code </span>' . $cur
|
||||
echo "
|
||||
<label>
|
||||
<input type=\"checkbox\" name=\"" . $row["tag"] . "\">" . $row["name"] . "
|
||||
</label><br>";
|
||||
</label>";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<br>
|
||||
<input type="text" name="creator_name" value="<?php echo $creator_name; ?>">
|
||||
<input type="text" name="creator_pb" value="<?php echo $creator_pb; ?>">
|
||||
<input type="text" name="creator_jinxxyURL" value="<?php echo $creator_jinxxyURL; ?>">
|
||||
|
||||
Reference in New Issue
Block a user