Changeset 4119

Show
Ignore:
Timestamp:
06/21/07 18:27:25 (6 years ago)
Author:
p_lindheimer
Message:

modify main page to reflect Beta3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/config.php

    r3906 r4119  
    1212//GNU General Public License for more details. 
    1313 
    14 $title = "freePBX administration"; 
     14$title = "FreePBX administration"; 
    1515 
    1616$type = isset($_REQUEST['type'])?$_REQUEST['type']:'setup'; 
     
    187187 
    188188 
    189   echo "<noscript><div class=\"attention\">"._("WARNING: Javascript is disabled in your browser. The freePBX administration interface requires Javascript to run properly. Please enable javascript or switch to another  browser that supports it.")."</div></noscript>"; 
     189  echo "<noscript><div class=\"attention\">"._("WARNING: Javascript is disabled in your browser. The FreePBX administration interface requires Javascript to run properly. Please enable javascript or switch to another  browser that supports it.")."</div></noscript>"; 
    190190} 
    191191 
     
    285285  case '': 
    286286    if ($astman) { 
    287       printf( "<h2>%s</h2>", dgettext("welcome page", "Welcome to freePBX.") ); 
     287      printf( "<h2>%s</h2>", dgettext("welcome page", "Welcome to FreePBX.") ); 
    288288 
    289289      $modules_needup = module_getinfo(false, MODULE_STATUS_NEEDUPGRADE); 
     
    307307// BETA code - remove later. 
    308308      echo "<div class=\"warning\">"; 
    309       printf( "<p>%s</p>", dgettext("welcome page", "You are running Release Candidate 1 of freePBX. This release is a final test before we make the official 2.2.0 freePBX release. We are unaware of any major bugs in this release, and urge users to report any that they find.") ); 
    310        
    311       printf( "<p>%s</p>"  , dgettext("welcome page", "Currently known bugs are maintained on <a href='http://www.freepbx.org/trac/wiki/2.2Beta'>this TRAC page</a>. If you find a bug, please <a href='http://www.freepbx.org/trac/newticket'>create a bug report</a> (you need to create an account - this is to avoid spammers) and the bug report will immediately appear on the <a href='http://www.freepbx.org/trac/wiki/2.2Beta'>TRAC page</a> so that it can be easily tracked by other users.") ); 
     309      printf( "<p>%s</p>", dgettext("welcome page", "You are FreePBX 2.3 Beta 1. This release is the first release in prepartation for FreePBX Version 2.3.0.") ); 
     310       
     311      printf( "<p>%s</p>"  , dgettext("welcome page", "Currently known bugs are maintained on <a href='http://www.freepbx.org/trac/wiki/2.3Beta'>this TRAC page</a>. If you find a bug, please <a href='http://www.freepbx.org/trac/newticket'>create a bug report</a> (you need to create an account - this is to avoid spammers) and the bug report will immediately appear on the <a href='http://www.freepbx.org/trac/wiki/2.3Beta'>TRAC page</a> so that it can be easily tracked by other users.") ); 
    312312      echo "</div>"; 
    313313 
    314       printf( "<!--[if IE]><p>%s</p><![endif]-->"  , dgettext("welcome page", "Note, presently, Microsoft's Internet Explorer is <b>not</b> a supported web browser, and you must use a standards compliant browser, such as Firefox. There is a link on the <a href='http://www.freepbx.org'>right hand side of freePBX.org</a> that will allow you to download Firefox easily. By using that link, Google will donate US$1 to the freePBX project.") ); 
     314      printf( "<!--[if IE]><p>%s</p><![endif]-->"  , dgettext("welcome page", "Note, presently, Microsoft's Internet Explorer is <b>not</b> a supported web browser, and you must use a standards compliant browser, such as Firefox.") ); 
    315315       
    316316      if ($amp_conf['AMPMGRPASS'] == 'amp111') { 
    317         printf( "<div class=\"warning\"><p>%s</p></div>", dgettext("welcome text", "Warning: You are running freePBX and ").$amp_conf['AMPENGINE'].dgettext("welcome page", " with the default manager pass. You should consider changing this to something else.")." ".sprintf('(<a href="http://aussievoip.com/wiki/index.php?page=freePBX-ManagerPass" target="_new">%s</a>)', _("Help")) ); 
     317        printf( "<div class=\"warning\"><p>%s</p></div>", dgettext("welcome text", "Warning: You are running FreePBX and ").$amp_conf['AMPENGINE'].dgettext("welcome page", " with the default manager pass. You should consider changing this to something else.")." ".sprintf('(<a href="http://aussievoip.com/wiki/index.php?page=FreePBX-ManagerPass" target="_new">%s</a>)', _("Help")) ); 
    318318      } 
    319319       
    320320      if ( ($amp_conf["AMPDBENGINE"] == "mysql") || ($amp_conf["AMPDBENGINE"] == "pgsql")) { 
    321321        if  ($amp_conf['AMPDBPASS'] == 'amp109') { 
    322           printf( "<div class=\"warning\"><p>%s</p></div>", dgettext("welcome text", "Warning: You are running freePBX and ").$amp_conf['AMPDBENGINE'].dgettext("welcome page", " with the default password ")." ".sprintf('(<a href="http://aussievoip.com/wiki/index.php?page=freePBX-MysqlPass" target="_new">%s</a>)', _("Help")) ); 
    323         } 
    324       } 
    325  
    326  
    327  
    328       printf( "<p>%s</p>"  , dgettext("welcome page", "If you're new to freePBX, Welcome. Here are some quick instructions to get you started") ); 
     322          printf( "<div class=\"warning\"><p>%s</p></div>", dgettext("welcome text", "Warning: You are running FreePBX and ").$amp_conf['AMPDBENGINE'].dgettext("welcome page", " with the default password ")." ".sprintf('(<a href="http://aussievoip.com/wiki/index.php?page=FreePBX-MysqlPass" target="_new">%s</a>)', _("Help")) ); 
     323        } 
     324      } 
     325 
     326 
     327 
     328      printf( "<p>%s</p>"  , dgettext("welcome page", "If you're new to FreePBX, Welcome. Here are some quick instructions to get you started") ); 
    329329       
    330330      echo "<p>"; 
     
    356356      echo "<p>"; 
    357357      printf( dgettext( "welcome page", 
    358 "There is also a community based <a href='%s' target='_new'>freePBX Web Forum</a> where you can post 
     358"There is also a community based <a href='%s' target='_new'>FreePBX Web Forum</a> where you can post 
    359359questions and search for answers for any problems you may be having."), 
    360360"http://forums.freepbx.org"  ); 
    361361      echo "</p>\n"; 
    362362 
    363       print( "<p>" . _("We hope you enjoy using freePBX!") . "</p>\n" ); 
     363      print( "<p>" . _("We hope you enjoy using FreePBX!") . "</p>\n" ); 
    364364    } // no manager, no connection to asterisk 
    365365    else {