Subversion Repositories cheapmusic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 - 1
<?php echo showSectionHead($spTextTools['Edit Seo Tool']); ?>
2
<form id="update_seo_tool">
3
<input type="hidden" name="sec" value="update"/>
4
<input type="hidden" name="id" value="<?php echo $post['id']?>"/>
5
 
6
<table id="cust_tab" >
7
	<tr class="form_head">
8
		<th><?php echo $spTextTools['Edit Seo Tool']?></th>
9
		<th>&nbsp;</th>
10
	</tr>
11
	<tr class="form_data">
12
		<td><?php echo $spText['common']['Priority']?>:</td>
13
		<td><input type="text" name="priority" value="<?php echo $post['priority']?>"><?php echo $errMsg['priority']?></td>
14
	</tr>
15
</table>
16
<br>
17
<table width="100%" class="actionSec">
18
	<tr>
19
    	<td style="padding-top: 6px;text-align:right;">
20
    		<a onclick="scriptDoLoad('seo-tools-manager.php', 'content')" href="javascript:void(0);" class="actionbut">
21
         		<?php echo $spText['button']['Cancel']?>
22
         	</a>&nbsp;
23
         	<?php $actFun = SP_DEMO ? "alertDemoMsg()" : "confirmSubmit('seo-tools-manager.php', 'update_seo_tool', 'content')"; ?>
24
         	<a onclick="<?php echo $actFun?>" href="javascript:void(0);" class="actionbut">
25
         		<?php echo $spText['button']['Proceed']?>
26
         	</a>
27
    	</td>
28
	</tr>
29
</table>
30
</form>