Subversion Repositories Applications.papyrus

Rev

Rev 431 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 431 Rev 521
Line 7... Line 7...
7
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 * 		http://www.opensource.org/licenses/lgpl-license.php
8
 * 
8
 * 
9
 * For further information visit:
9
 * For further information visit:
10
 * 		http://www.fckeditor.net/
10
 * 		http://www.fckeditor.net/
11
 * 
11
 * 
-
 
12
 * "Support Open Source software. What about a donation today?"
-
 
13
 * 
12
 * File Name: fck_listprop.html
14
 * File Name: fck_listprop.html
13
 * 	Bulleted List dialog window.
15
 * 	Bulleted List dialog window.
14
 * 
16
 * 
15
 * File Authors:
17
 * File Authors:
16
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
18
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
Line 75... Line 77...
75
							<td>
77
							<td>
76
								<span fckLang="DlgLstType">List Type</span><br>
78
								<span fckLang="DlgLstType">List Type</span><br>
77
								<select id="selBulleted" style="DISPLAY: none">
79
								<select id="selBulleted" style="DISPLAY: none">
78
									<option value="" selected></option>
80
									<option value="" selected></option>
79
									<option value="circle" fckLang="DlgLstTypeCircle">Circle</option>
81
									<option value="circle" fckLang="DlgLstTypeCircle">Circle</option>
80
									<option value="disk" fckLang="DlgLstTypeDisk">Disk</option>
82
									<option value="disc" fckLang="DlgLstTypeDisc">Disc</option>
81
									<option value="square" fckLang="DlgLstTypeSquare">Square</option>
83
									<option value="square" fckLang="DlgLstTypeSquare">Square</option>
82
								</select>
84
								</select>
83
								<select id="selNumbered" style="DISPLAY: none">
85
								<select id="selNumbered" style="DISPLAY: none">
84
									<option value="" selected></option>
86
									<option value="" selected></option>
85
									<option value="1" fckLang="DlgLstTypeNumbers">Numbers (1, 2, 3)</option>
87
									<option value="1" fckLang="DlgLstTypeNumbers">Numbers (1, 2, 3)</option>