Project

General

Profile

« Previous | Next » 

Revision 1428

Added by Dietmar over 13 years ago

update Argostheme to version 1.5 (Tks to Argos)
validation fixes
call edit_full_area on the fly

View differences:

pages_sections.htt
1 1
<!-- BEGIN main_block -->
2 2
<div class="jsadmin jcalendar hide"></div>
3
<table cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom:10px;">
3
<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom:10px;">
4 4
	<tr style="background:#f0f0f0;">
5 5
		<td valign="middle" align="left"><h2>{HEADING_MANAGE_SECTIONS}</h2></td>
6 6
		<td align="left" width="20%">ID: {PAGE_ID}</td>
......
16 16
        <form name="section_properties" action="{ADMIN_URL}/pages/sections_save.php?page_id={PAGE_IDKEY}" method="post">
17 17
		{FTAN}
18 18
		
19
        <table cellpadding="0" cellspacing="0" border="0" width="100%" class="img_noborder">
19
        <table summary="" cellpadding="0" cellspacing="0" border="0" width="100%" class="img_noborder">
20 20
			<tr class="sections_list">
21 21
				<td class="header_list_type">{TEXT_TYPE}</td>
22 22
				<td class="header_list_block"><span {STYLE_DISPLAY_SECTION_BLOCK}>{TEXT_BLOCK}&nbsp;</span></td>
......
60 60
                    <td>{VAR_MOVE_DOWN_URL}</td>
61 61

  
62 62
                    <td>
63
                        <a href="javascript: confirm_link('{TEXT_ARE_YOU_SURE}', '{ADMIN_URL}/pages/sections.php?page_id={PAGE_IDKEY}&amp;section_id={VAR_SECTION_ID}');">
63
                        <a href="#" onclick="javascript: confirm_link('{TEXT_ARE_YOU_SURE}', '{ADMIN_URL}/pages/sections.php?page_id={PAGE_IDKEY}&amp;section_id={VAR_SECTION_ID}');">
64 64
                        <img src="{THEME_URL}/images/{DELETE_16_PNG}" alt="{TEXT_DELETE}" border="0" />
65 65
                        </a>
66 66
                    </td>
67
					
67

  
68 68
                    <td class="list_section_id">{VAR_SECTION_ID}</td>
69
					
69

  
70 70
                    <td {DISPLAY_DEBUG}>{POSITION}</td>
71 71
                </tr>
72 72
<!-- END section_block -->
......
83 83
	<form name="add" action="{ADMIN_URL}/pages/sections.php?page_id={PAGE_IDKEY}" method="post">
84 84
        <input type="hidden" name="page_id" value="{PAGE_IDKEY}"  />
85 85
		{FTAN}
86
    	<table cellpadding="5" cellspacing="0" border="0" align="center" width="100%">
86
    	<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="100%">
87 87
    	<tr>
88 88
    		<td width="50%" valign="middle">
89 89
    			<select name="module" class="input_large">

Also available in: Unified diff