Created
August 8, 2017 09:33
-
-
Save dclarke-modus/5bc3e1a5f7a9664be5252819a1921f59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abstract class HistoryPageTextHelper | |
{ | |
const SERVICETIMEENTRY = array('ADD' => "{$user} logged {$prod_hour} hour and {$prod_minutes} minutes of Production Management Time and {$technical_hour} and {$technical_minutes} minutes of Technical Time for {$t_user} on the {$service}", | |
'DELETE' => "{$user} deleted {$prod_hour} hour and {prod_minutes} minutes of Production Management Time for {$t_user} on the {$service}"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment