Commit a7f23d788404c0b5ff756314fd181a24a6f671a6

Authored by Steve MARECHAL
1 parent edb40a09

attributes for mailing page

calexium_lib/database/db_utils.anubis
@@ -12,7 +12,7 @@ read system/logger.anubis @@ -12,7 +12,7 @@ read system/logger.anubis
12 read data_base/sqlite.anubis 12 read data_base/sqlite.anubis
13 13
14 read calexium_lib/net_services_protocols/logger_service.anubis 14 read calexium_lib/net_services_protocols/logger_service.anubis
15 - 15 +read NetBox_types.anubis
16 16
17 define Result(SQLite3Error, SQLite3HeadersOrRow -> SQLite3Row) 17 define Result(SQLite3Error, SQLite3HeadersOrRow -> SQLite3Row)
18 sql_query_timeout 18 sql_query_timeout
@@ -115,3 +115,7 @@ public define List(Int) @@ -115,3 +115,7 @@ public define List(Int)
115 with s = (Int)db_integer(explorer)(0), 115 with s = (Int)db_integer(explorer)(0),
116 db_get_integer_list(table_cursor, [s . so_far]) 116 db_get_integer_list(table_cursor, [s . so_far])
117 }. 117 }.
  118 +
  119 +
  120 +
  121 +
calexium_lib/web/CXM_dojo.anubis
@@ -61,7 +61,7 @@ public define HTML_Off_Form @@ -61,7 +61,7 @@ public define HTML_Off_Form
61 literal("</br> 61 literal("</br>
62 62
63 <div> 63 <div>
64 - <div style=\"width:100px; height:100px; position:relative; border:1px solid #666; \"> 64 + <div style=\"width:200px; height:25px; position:relative; class=\"message_box\" \">
65 <div id=\"node3\" style=\"position:absolute; top:0; left:0;\" class=\"box nopad hidden\">"+name1+"</div> 65 <div id=\"node3\" style=\"position:absolute; top:0; left:0;\" class=\"box nopad hidden\">"+name1+"</div>
66 <div id=\"node4\" style=\"position:absolute; top:0; left:0;\" class=\"box two nopad\">"+name2+"</div> 66 <div id=\"node4\" style=\"position:absolute; top:0; left:0;\" class=\"box two nopad\">"+name2+"</div>
67 </div> 67 </div>