Skip to content

Commit

Permalink
- Fixed INDEX_BUTTON_CREATE_PROJECT
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@810 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
torinfo committed Apr 19, 2013
1 parent a2e3095 commit c827599
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions languages/en-GB/index.inc
Expand Up @@ -58,8 +58,6 @@ define("INDEX_LOG_OUT","Log out");

define("INDEX_LOGGED_IN_AS","Logged in as");

define("INDEX_BUTTON_PROJECT_CREATE", "Create Project");

define("INDEX_BUTTON_LOGIN","Sign In");

define("INDEX_BUTTON_LOGOUT","Log out");
Expand Down
6 changes: 4 additions & 2 deletions languages/en-GB/website_code/php/display_library.inc
Expand Up @@ -16,8 +16,10 @@
define("DISPLAY_EXAMPLE", "See example");

define("DISPLAY_CREATE", "Create");

define("DISPLAY_NAME", "Enter a name for this project");

define("DISPLAY_BUTTON_PROJECT_CREATE", "Create Project");

define("DISPLAY_NAME", "Enter a name for this project");

define("DISPLAY_ERROR", "An error has occured and as such you cannot edit at present");

Expand Down
2 changes: 1 addition & 1 deletion website_code/php/display_library.php
Expand Up @@ -369,7 +369,7 @@ function list_blank_templates() {

echo "<button type=\"button\" class=\"xerte_button\" onclick=\"javascript:template_toggle('" . $row['template_name'] . "')\">" . DISPLAY_CREATE . "</button></div><div id=\"" . $row['template_name'] . "\" class=\"rename\">";

echo "<span>" . DISPLAY_NAME . "</span><form action=\"javascript:create_tutorial('" . $row['template_name'] . "')\" method=\"post\" enctype=\"text/plain\"><input type=\"text\" width=\"200\" id=\"filename\" name=\"filename\" /><br /><button type=\"submit\" class=\"xerte_button\" >" . INDEX_BUTTON_PROJECT_CREATE . "</button></form></div></div>";
echo "<span>" . DISPLAY_NAME . "</span><form action=\"javascript:create_tutorial('" . $row['template_name'] . "')\" method=\"post\" enctype=\"text/plain\"><input type=\"text\" width=\"200\" id=\"filename\" name=\"filename\" /><br /><button type=\"submit\" class=\"xerte_button\" >" . DISPLAY_BUTTON_PROJECT_CREATE . "</button></form></div></div>";

}

Expand Down

0 comments on commit c827599

Please sign in to comment.