Changeset 3009
- Timestamp:
- 11/05/06 21:46:52 (7 years ago)
- Files:
-
- freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css (modified) (1 diff)
- freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css
r2885 r3009 68 68 border:1px solid black; 69 69 padding:5px; 70 } 71 72 .warning { 73 padding:5px 20px; 74 background:rgb(255,242,202); 70 75 } 71 76 freepbx/trunk/amp_conf/htdocs/admin/config.php
r3008 r3009 278 278 printf( "<h2>%s</h2>", dgettext("welcome page", "Welcome to freePBX.") ); 279 279 // BETA code - remove later. 280 echo "<div class=\"warning\">"; 280 281 printf( "<p>%s</p>", dgettext("welcome page", "You are running a BETA VERSION of freePBX. This release probably has bugs, and the point of this release is to get as many of them fixed as possible.") ); 281 282 282 283 printf( "<p>%s</p>" , dgettext("welcome page", "We urge to you report any bugs you find. Current known bugs are maintained on <a href='http://www.aussievoip.com/wiki/freePBX-2.2'>the users website</a>. If you find a bug, please <a href='http://www.freepbx.org/trac/newticket'>create a bug report</a> and update the information on the <a href='http://www.aussievoip.com/wiki/freePBX-2.2'>users website</a> so that it can be easily tracked by other users.") ); 284 echo "</div>"; 285 283 286 printf( "<p>%s</p>" , 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.") ); 284 287 printf( "<p>%s</p>" , dgettext("welcome page", "If you're new to freePBX, Welcome. Here are some quick instructions to get you started") );
