Add Crop shortcut button
This commit is contained in:
parent
c9d7299092
commit
8e68fb10ad
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
package require cgi
|
package require cgi
|
||||||
source /mod/webif/lib/setup
|
source /mod/webif/lib/setup
|
||||||
require ts.class pretty_size
|
require ts.class system.class pretty_size
|
||||||
|
|
||||||
jscss script.js style.css
|
jscss script.js style.css
|
||||||
jqplugin touchpunch
|
jqplugin touchpunch
|
||||||
@ -64,7 +64,12 @@ puts "
|
|||||||
</table>
|
</table>
|
||||||
<div id=buttons>
|
<div id=buttons>
|
||||||
<button id=save>Save Bookmarks</button>
|
<button id=save>Save Bookmarks</button>
|
||||||
<button id=back>Back to Media Browser</button>
|
<button id=back>Back to Media Browser</button>"
|
||||||
|
if {[system pkginst nicesplice]} {
|
||||||
|
puts "
|
||||||
|
<button id=crop>Go to Crop</button>"
|
||||||
|
}
|
||||||
|
puts "
|
||||||
</div>
|
</div>
|
||||||
<div id=results class=\"hidden blood\"></div>
|
<div id=results class=\"hidden blood\"></div>
|
||||||
"
|
"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user