|
|
@ -42,13 +42,13 @@ __DATA__ |
|
|
|
<description>FIRSTPAGE_DESC</description> |
|
|
|
<description>FIRSTPAGE_DESC</description> |
|
|
|
<field type="select" |
|
|
|
<field type="select" |
|
|
|
id="homedrive" |
|
|
|
id="homedrive" |
|
|
|
options="'a' => 'A:', 'b' => 'B:', 'c' => 'C:', 'd' => 'D:', |
|
|
|
options="'a:' => 'A:', 'b:' => 'B:', 'c:' => 'C:', 'd:' => 'D:', |
|
|
|
'e' => 'E:', 'f' => 'F:', 'g' => 'G:', 'h' => 'H:', |
|
|
|
'e:' => 'E:', 'f:' => 'F:', 'g:' => 'G:', 'h:' => 'H:', |
|
|
|
'i' => 'I:', 'j' => 'J:', 'k' => 'K:', 'l' => 'L:', |
|
|
|
'i:' => 'I:', 'j:' => 'J:', 'k:' => 'K:', 'l:' => 'L:', |
|
|
|
'm' => 'M:', 'n' => 'N:', 'o' => 'O:', 'p' => 'P:', |
|
|
|
'm:' => 'M:', 'n:' => 'N:', 'o:' => 'O:', 'p:' => 'P:', |
|
|
|
'q' => 'Q:', 'r' => 'R:', 's' => 'S:', 't' => 'T:', |
|
|
|
'q:' => 'Q:', 'r:' => 'R:', 's:' => 'S:', 't:' => 'T:', |
|
|
|
'u' => 'U:', 'v' => 'V:', 'w' => 'W:', 'x' => 'X:', |
|
|
|
'u:' => 'U:', 'v:' => 'V:', 'w:' => 'W:', 'x:' => 'X:', |
|
|
|
'y' => 'Y:', 'z' => 'Z:'" |
|
|
|
'y:' => 'Y:', 'z:' => 'Z:'" |
|
|
|
value="get_prop('smb', 'HomeDrive')"> |
|
|
|
value="get_prop('smb', 'HomeDrive')"> |
|
|
|
<label>LABEL_HOME_DRIVE</label> |
|
|
|
<label>LABEL_HOME_DRIVE</label> |
|
|
|
<description>DESC_HOME_DRIVE</description> |
|
|
|
<description>DESC_HOME_DRIVE</description> |
|
|
|