Browse Source

fix shared Open.sql and colors

Pi 4 tháng trước cách đây
mục cha
commit
70f46c06d2

+ 1 - 1
util-sqlpage/clip/entry.sql

@@ -1,6 +1,6 @@
 SET title = 'Clip';
 SET tool = 'clip';
-SET color = '#4f8f4f';
+SET color = '#2fb344';
 SET tabler_color = 'green';
 SET image = '/static/clip/clip-favicon_square.svg';
 SET favicon = $image;

+ 1 - 1
util-sqlpage/goto/entry.sql

@@ -1,7 +1,7 @@
 
 SET title = 'GoTo';
 SET tool = 'goto';
-SET color = '#8f4f4f';
+SET color = '#dc4e41';
 SET tabler_color = 'google';
 SET image = '/static/goto/chain-link2fr-3-2.svg';
 SET favicon = $image;

+ 1 - 1
util-sqlpage/sqlpage/Open.sql

@@ -16,7 +16,7 @@ SELECT 'button' AS component
 , 'center' AS justify
 , 'lg' AS size
 ;
-SELECT 'New GoTo' AS title
+SELECT 'New '||$title AS title
 , 2 AS width
 , $tabler_color AS color
 , '/'||$tool||'.sql?' AS link

+ 1 - 1
util-sqlpage/upload/entry.sql

@@ -1,6 +1,6 @@
 SET title = 'Upload';
 SET tool = 'upload';
-SET color = '#afaf0f';
+SET color = '#f59f00';
 SET tabler_color = 'yellow';
 SET image = '/static/upload/upload-favicon_square.svg';
 SET favicon = $image;

+ 1 - 1
util-sqlpage/upload/open.sql

@@ -1,2 +1,2 @@
 SET inner = 'sqlpage/Open.sql';
-SELECT 'dynamic' AS component, sqlpage.run_sql('clip/entry.sql') AS properties;
+SELECT 'dynamic' AS component, sqlpage.run_sql('upload/entry.sql') AS properties;