Renamed more CSS selectors from gName to g-name.

This commit is contained in:
Chad Kieffer
2009-10-04 15:53:00 -06:00
parent 048e540a98
commit d581bbbd1e
18 changed files with 41 additions and 41 deletions

View File

@@ -83,7 +83,7 @@ class Admin_Server_Add_Controller extends Admin_Controller {
private function _get_admin_form() {
$form = new Forge("admin/server_add/add_path", "", "post",
array("id" => "g-server-add-adminForm"));
array("id" => "g-server-add-admin-form"));
$add_path = $form->group("add_path");
$add_path->input("path")->label(t("Path"))->rules("required")
->error_messages("not_readable", t("This directory is not readable by the webserver"))