Changeset 3009

Show
Ignore:
Timestamp:
11/05/06 21:46:52 (7 years ago)
Author:
gregmac
Message:

Make r3008 stylish

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css

    r2885 r3009  
    6868  border:1px solid black; 
    6969  padding:5px; 
     70} 
     71 
     72.warning { 
     73  padding:5px 20px; 
     74  background:rgb(255,242,202); 
    7075} 
    7176 
  • freepbx/trunk/amp_conf/htdocs/admin/config.php

    r3008 r3009  
    278278      printf( "<h2>%s</h2>", dgettext("welcome page", "Welcome to freePBX.") ); 
    279279// BETA code - remove later. 
     280      echo "<div class=\"warning\">"; 
    280281      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.") ); 
    281282       
    282283      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 
    283286      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.") ); 
    284287      printf( "<p>%s</p>"  , dgettext("welcome page", "If you're new to freePBX, Welcome. Here are some quick instructions to get you started") );