Jelajahi Sumber

No Fixed Widths on Buttons

own3mall 9 tahun lalu
induk
melakukan
ff6393cb03
2 mengubah file dengan 7 tambahan dan 7 penghapusan
  1. 4 4
      modules/cron/cron.php
  2. 3 3
      modules/cron/user_cron.php

+ 4 - 4
modules/cron/cron.php

@@ -343,7 +343,7 @@ function exec_ogp_module()
 			<?php echo get_server_selector($server_homes, $homeid_ip_port);?>
 		</td>
 		<td>
-			<input style="width:60px;" type="submit" name="addJob" value="<?php echo add; ?>" />
+			<input style="" type="submit" name="addJob" value="<?php echo add; ?>" />
 			</form>
 		</td>
 	</tr>
@@ -394,7 +394,7 @@ function exec_ogp_module()
 			<input style="width: 490px;" type="text" name="command" />
 		</td>
 		<td>
-			<input style="width:60px;" type="submit" name="addJob" value="<?php echo add; ?>" />
+			<input style="" type="submit" name="addJob" value="<?php echo add; ?>" />
 			</form>
 		</td>
 	</tr>
@@ -484,8 +484,8 @@ function exec_ogp_module()
 									<td style="width: 132px;">
 										<input type="hidden" name="job_id" value=\''.$jobId.'\' />
 										<input type="hidden" name="r_server_id" value=\''.$remote_server_id.'\' />
-										<input style="width:60px;" type="submit" name="editJob" value="'. edit .'" />
-										<input style="width:60px;" type="submit" name="removeJob" value="'. remove .'" />
+										<input style="" type="submit" name="editJob" value="'. edit .'" />
+										<input style="" type="submit" name="removeJob" value="'. remove .'" />
 										</form>
 									</td>
 								</tr>';

+ 3 - 3
modules/cron/user_cron.php

@@ -334,7 +334,7 @@ function exec_ogp_module()
 			<?php echo get_server_selector($server_homes, $homeid_ip_port);?>
 		</td>
 		<td>
-			<input style="width:60px;" type="submit" name="addJob" value="<?php echo add; ?>" />
+			<input style="" type="submit" name="addJob" value="<?php echo add; ?>" />
 		</td>
 	</tr>
 </table>
@@ -409,8 +409,8 @@ function exec_ogp_module()
 										<td style="width: 132px;">
 											<input type="hidden" name="job_id" value=\''.$jobId.'\' />
 											<input type="hidden" name="r_server_id" value=\''.$remote_server_id.'\' />
-											<input style="width:60px;" type="submit" name="editJob" value="'. edit .'" />
-											<input style="width:60px;" type="submit" name="removeJob" value="'. remove .'" />
+											<input style="" type="submit" name="editJob" value="'. edit .'" />
+											<input style="" type="submit" name="removeJob" value="'. remove .'" />
 											</form>
 										</td>
 									</tr>';