Project

General

Profile

« Previous | Next » 

Revision 1176

Added by kweitzel over 14 years ago

fixed Ticket #859

View differences:

branches/2.8.x/wb/templates/argos_theme/templates/pages.htt
7 7
<table cellpadding="2" cellspacing="0" border="0" width="100%" align="center">
8 8
  <tr>
9 9
	<td width="70" height="20">{TEXT_TITLE}:</td>
10
	<td with="240" height="20"><input type="text" name="title" style="width: 232px;" /></td>
10
	<td width="240" height="20"><input type="text" name="title" style="width: 232px;" /></td>
11 11
	<td rowspan="6" valign="top" style="padding-left: 20px; padding-top: 8px;">{TEXT_ADMINISTRATORS}:
12 12
		<ul style="list-style-type: none; margin: 0; padding: 0;">
13 13
			<!-- BEGIN group_list_block -->
......
33 33
  </tr>
34 34
  <tr height="20">
35 35
	<td width="70">{TEXT_TYPE}:</td>
36
	<td with="240">
36
	<td width="240">
37 37
		<select name="type" style="width: 240px;">
38 38
			<!-- BEGIN module_list_block -->
39 39
				<option value="{VALUE}"{SELECTED}>{NAME}</option>
......
43 43
  </tr>
44 44
  <tr height="20">
45 45
	<td width="70">{TEXT_PARENT}:</td>
46
	<td with="240">
46
	<td width="240">
47 47
		<select name="parent" style="width: 240px;" onChange="return disabled_hack_for_ie(this);">
48 48
			<!-- BEGIN page_list_block2 -->
49 49
			<option value="{ID}"{DISABLED} style="background: {FLAG_ROOT_ICON} no-repeat center left; padding-left: 20px;">{TITLE}</option>

Also available in: Unified diff