| 1 | <!-- BEGIN main_block -->
 | 
  
    | 2 | 
 | 
  
    | 3 | <form action="{WB_URL}/modules/menu_link/save.php" method="post">
 | 
  
    | 4 | 
 | 
  
    | 5 | <input type="hidden" name="page_id" value="{PAGE_ID}" />
 | 
  
    | 6 | <input type="hidden" name="section_id" value="{SECTION_ID}" />
 | 
  
    | 7 | 
 | 
  
    | 8 | <table cellpadding="0" cellspacing="0" border="0" width="100%">
 | 
  
    | 9 | <tr>
 | 
  
    | 10 | 	<td>
 | 
  
    | 11 | 		{TEXT_LINK}:
 | 
  
    | 12 | 	</td>
 | 
  
    | 13 | 	<td>
 | 
  
    | 14 | 		<input type="text" id="link" name="link" style="width: 100%;" value="{LINK}" />
 | 
  
    | 15 | 	</td>
 | 
  
    | 16 | </tr>
 | 
  
    | 17 | <tr>
 | 
  
    | 18 | 	<td>
 | 
  
    | 19 | 		{TEXT_TARGET}:
 | 
  
    | 20 | 	</td>
 | 
  
    | 21 | 	<td>
 | 
  
    | 22 | 		<select name="target" style="width: 100%;" value="{TARGET}" />
 | 
  
    | 23 | 			<option value="_top">{TEXT_PLEASE_SELECT}...</option>
 | 
  
    | 24 | 			<option value="_blank"{BLANK_SELECTED}>{TEXT_NEW_WINDOW}</option>
 | 
  
    | 25 | 			<option value="_top"{TOP_SELECTED}>{TEXT_SAME_WINDOW}</option>
 | 
  
    | 26 | 		</select>
 | 
  
    | 27 | 	</td>
 | 
  
    | 28 | </tr>
 | 
  
    | 29 | </table>
 | 
  
    | 30 | 
 | 
  
    | 31 | <br />
 | 
  
    | 32 | 
 | 
  
    | 33 | <table cellpadding="0" cellspacing="0" border="0" width="100%">
 | 
  
    | 34 | <tr>
 | 
  
    | 35 | 	<td align="left">
 | 
  
    | 36 | 		<input type="submit" value="{TEXT_SAVE}" style="width: 100px; margin-top: 5px;" />
 | 
  
    | 37 | 	</td>
 | 
  
    | 38 | 	<td align="right">
 | 
  
    | 39 | 		</form>
 | 
  
    | 40 | 		<input type="button" value="{TEXT_CANCEL}" onclick="javascript: window.location = 'index.php';" style="width: 100px; margin-top: 5px;" />
 | 
  
    | 41 | 	</td>
 | 
  
    | 42 | </tr>
 | 
  
    | 43 | </table>
 | 
  
    | 44 | 
 | 
  
    | 45 | </form>
 | 
  
    | 46 | 
 | 
  
    | 47 | <!-- END main_block -->
 |