0.7.12.1
This commit is contained in:
@@ -119,14 +119,33 @@ function makeWindowString($p, $strings) {
|
||||
thumbs.option = ".$strings[1][1]."
|
||||
thumbs.option = ".$strings[1][2]."
|
||||
thumbs.default = ".$strings[1][$p['thumbs']]."
|
||||
thumbs.width = 160
|
||||
thumbs.width = 140
|
||||
|
||||
thumbs.type = popup
|
||||
thumbs.label = Thumbnails
|
||||
thumbs.option = ".$strings[1][0]."
|
||||
thumbs.option = ".$strings[1][1]."
|
||||
thumbs.option = ".$strings[1][2]."
|
||||
thumbs.default = ".$strings[1][$p['thumbs']]."
|
||||
thumbs.width = 120
|
||||
|
||||
thumb_priority.type = popup
|
||||
thumb_priority.label = Priority
|
||||
thumb_priority.option = ".$strings[2][0]."
|
||||
thumb_priority.option = ".$strings[2][1]."
|
||||
thumb_priority.option = ".$strings[2][2]."
|
||||
thumb_priority.option = ".$strings[2][3]."
|
||||
thumb_priority.default = ".$strings[2][$p['thumb_priority']]."
|
||||
thumb_priority.width = 120
|
||||
thumb_priority.x = 150
|
||||
thumb_priority.y = 162
|
||||
|
||||
thumb_size.type = textfield
|
||||
thumb_size.default = ".$p['thumb_size']."
|
||||
thumb_size.label = Size
|
||||
thumb_size.placeholder = pixels
|
||||
thumb_size.width = 60
|
||||
thumb_size.x = 200
|
||||
thumb_size.x = 300
|
||||
thumb_size.y = 165
|
||||
|
||||
hash.type = checkbox
|
||||
|
||||
Reference in New Issue
Block a user