Project

General

Profile

« Previous | Next » 

Revision 1818

Added by Dietmar almost 12 years ago

  1. bugfix Ticket 10 usergroup show homefolder in media
    ! update users, create username homefolder in media/homefolders
  2. add mssing values in table settings by installing WebsiteBaker

View differences:

setparameter.htt
1
<!-- BEGIN main_block -->
2 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 3
<head>
5 4
<title>Set Upload Parameters</title>
5
<!-- BEGIN main_block -->
6 6

  
7

  
8 7
<style type="text/css">
9 8
body,td,th,input,textarea {
10 9
	font-family: Verdana, Arial, Helvetica, sans-serif;
11
	font-size: 10px;
10
	font-size: 11px;
11
    text-align:left;
12 12
}
13 13
body {
14 14
	background-color: #FFF;
......
30 30
	text-decoration: none;
31 31
	color: #336699;
32 32
}
33
.bold { color: #2C50A3; }
34
.path-name { width: 65%;}
35
tbody.path-option tr th  { font-weight: normal;}
36

  
33 37
</style>
34 38
</head>
35 39
<body>
36 40

  
37 41
<table summary="" cellpadding="4" cellspacing="0" border="0" width="100%" style="border-bottom: 1px solid #666; width: 100%;">
38
<tr style="background-color: #DDD;">
39
	<td align="center">{TEXT_HEADER}</td>
42
<tr style="background-color: #ddd;">
43
	<td>{TEXT_HEADER}</td>
40 44
</tr>
41 45
</table>
42 46
<form method="post" action="{ADMIN_URL}/media/setparameter.php">
43 47
	{FTAN}
44 48
<table summary="" cellpadding="4" cellspacing="0" border="0" width="100%" class="{DISPLAY_LIST_TABLE}">
45
	<tr><td>{SETTINGS}</td><td><input type="checkbox" name="show_thumbs" {NO_SHOW_THUMBS_SELECTED}> {NO_SHOW_THUMBS}</td></tr>
46
	<tr class="{DISPLAY_ADMIN}"><td></td>&nbsp;<td><input type="checkbox" name="admin_only" {ADMIN_ONLY_SELECTED}> {ADMIN_ONLY}</td></tr>
47
	<tr><td colspan="2" style="border-bottom: 1px solid #666; line-height: 1px;">&nbsp;</td></tr>
49
<tbody class="path-option">
50
	<tr><th>{SETTINGS}</th><th><input type="checkbox" name="show_thumbs" {NO_SHOW_THUMBS_SELECTED} /> {NO_SHOW_THUMBS}</th></tr>
51
	<tr class="{DISPLAY_ADMIN}"><th>&nbsp;</th><th><input type="checkbox" name="admin_only" {ADMIN_ONLY_SELECTED} /> {ADMIN_ONLY}</th></tr>
52
	<tr><th colspan="2" style="border-bottom: 1px solid #666; line-height: 1px;">&nbsp;</th></tr>
53
</tbody>
54
</table>
55

  
56
<table summary="" cellpadding="4" cellspacing="0" border="0" width="100%" class="{DISPLAY_LIST_TABLE}">
57
<tbody>
48 58
<!-- BEGIN list_block -->
49
	<tr style="background-color: #{ROW_BG_COLOR};">
50
		<td>{PATH_NAME}</td>
51
		<td>{WIDTH} <input size="5" type="text" name="{FIELD_NAME_W}" value="{CUR_WIDTH}"> {HEIGHT} <input size="5" type="text" name="{FIELD_NAME_H}" value="{CUR_HEIGHT}"></td>
59
	<tr style="background-color: {ROW_BG_COLOR};" class="{CAN_EDIT_CLASS}">
60
		<td class="path-name">{PATH_NAME}</td>
61
		<td>
62
        {WIDTH}
63
        <input size="5" type="text" name="{FIELD_NAME_W}" value="{CUR_WIDTH}"{READ_ONLY_DIR} />
64
        {HEIGHT}
65
        <input size="5" type="text" name="{FIELD_NAME_H}" value="{CUR_HEIGHT}"{READ_ONLY_DIR} />
66
        </td>
52 67
	</tr>
53 68
<!-- END list_block -->
54 69
	<tr>
55
		<td><input type="button" onclick="javascript: window.location = 'browse.php'" value="{BACK}"></td>
56
		<td><input type="submit" name="save" value="{SAVE_TEXT}"></td>
70
		<td><input type="button" onclick="javascript:window.location='browse.php'" value="{BACK}" /></td>
71
		<td><input type="submit" name="save" value="{SAVE_TEXT}" /></td>
57 72
	</tr>
73
</tbody>
58 74
</table>
59 75
</form>
60 76
</body>

Also available in: Unified diff