diff --git a/lang/english.php b/lang/english.php index 87cd7ec..f7665cc 100644 --- a/lang/english.php +++ b/lang/english.php @@ -159,7 +159,9 @@ $text = array( "github paths" => "github paths", "Choose existing path" => "Choose existing path", "Local path" => "Local path", + "Slash prefixed" => "Slash prefixed", "Remote GitHub path" => "Remote GitHub path", + "Absolute URL beginning..." => "Absolute URL, beginning https://github.com", "Choose" => "Choose", "Set local and..." => "Set local and remote path to blank to remove", "Update" => "Update", diff --git a/lib/github-manager.css b/lib/github-manager.css index ccf71b7..8a5cc32 100644 --- a/lib/github-manager.css +++ b/lib/github-manager.css @@ -33,4 +33,5 @@ input:focus { box-shadow: 0 0 10px 1px rgba(0,198,255,0.7); } -.githubManager {font-family: arial, verdana, helvetica, sans-serif; background-color: #1c1c19; color: #fff; padding: 20px} \ No newline at end of file +.githubManager {font-family: arial, verdana, helvetica, sans-serif; background-color: #1c1c19; color: #fff; padding: 20px} +.githubManager .info {font-size: 10px; color: rgba(0,198,255,0.7); cursor: help} \ No newline at end of file diff --git a/lib/github-manager.php b/lib/github-manager.php index 7ea55be..6d1781b 100644 --- a/lib/github-manager.php +++ b/lib/github-manager.php @@ -187,8 +187,8 @@ if (!$demoMode && isset($_SESSION['loggedIn']) && $_SESSION['loggedIn'] && isset