change home button

This commit is contained in:
Quitta 2013-07-31 22:27:59 +02:00
parent 63db620ca6
commit b97824e0af
2 changed files with 6 additions and 6 deletions

View file

@ -866,7 +866,7 @@
<!--<define id="cs_url" <!--<define id="cs_url"
value="http://app.ryzom.com/ticket_system/index.php?mode=load" />--> value="http://app.ryzom.com/ticket_system/index.php?mode=load" />-->
<define id="cs_url" <define id="cs_url"
value="http://localhost:40917/www/html/index.php" /> value="http://shard.ryzomcore.org/ams/index.php" />
<group type="container" <group type="container"
id="cs_browser" id="cs_browser"
w="410" w="410"
@ -912,13 +912,13 @@
<!--Quitta start--> <!--Quitta start-->
<ctrl style="text_button_header" <ctrl style="text_button_header"
button_type="push_button" button_type="push_button"
id="browse_redo" id="browse_home"
posref="MR MR" posref="MR MR"
x="-16" x="-16"
y="0" y="0"
hardtext="uiBrowseRedoButton" hardtext="uiBrowseHomeButton"
tooltip="uittBrowseRedo" tooltip="uittBrowseHome"
onclick_l="browse_redo" onclick_l="browse_home"
params_l="name=ui:interface:cs_browser:content:html" params_l="name=ui:interface:cs_browser:content:html"
frozen="false" /> frozen="false" />
<!--Quitta end--> <!--Quitta end-->

View file

@ -19,7 +19,7 @@ $cfg['db']['lib']['name'] = 'ryzom_ams_lib';
$cfg['db']['lib']['user'] = 'shard'; $cfg['db']['lib']['user'] = 'shard';
$cfg['db']['lib']['pass'] = ''; $cfg['db']['lib']['pass'] = '';
$cfg['db']['shard']['host'] = 'localhost'; $cfg['db']['shard']['host'] = 'localhosti';
$cfg['db']['shard']['port'] = '3306'; $cfg['db']['shard']['port'] = '3306';
$cfg['db']['shard']['name'] = 'nel'; $cfg['db']['shard']['name'] = 'nel';
$cfg['db']['shard']['user'] = 'shard'; $cfg['db']['shard']['user'] = 'shard';