|
|
@@ -8,14 +8,16 @@
|
|
|
margin-bottom: 6px;
|
|
|
}
|
|
|
</style>
|
|
|
-<div id="msg_panal_right_head">
|
|
|
+<div id="msg_panal_right_head" style="display:flex;">
|
|
|
<div id="msg_panal_list_toolbar">
|
|
|
- <span id="msg_list_title"><?php echo $module_gui_str['editor']['1116'];//Message?></span>
|
|
|
+ <span id="msg_list_title"><?php echo $_local->gui->message; ?>
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div id="msg_panal_content_toolbar">
|
|
|
- <button onclick="msg_show_list_panal()"><?php echo $module_gui_str['tools']['1014'];//Back?></button><span
|
|
|
- id="msg_content_title"></span>
|
|
|
+ <button onclick="msg_show_list_panal()"><?php echo $_local->gui->back;?></button>
|
|
|
+ <span id="msg_content_title"></span>
|
|
|
</div>
|
|
|
+ <guide gid="studio_message" style="margin-left:auto;"></guide>
|
|
|
</div>
|
|
|
<div id="msg_panal_right">
|
|
|
<div id="msg_panal_list">
|