Changeset 12443 for contributed_modules
- Timestamp:
- 08/27/11 06:18:51 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contributed_modules/modules/googlevoice/page.googlevoice.php
r12067 r12443 189 189 190 190 <tr> 191 <td><a href="#" class="info"><?php echo _("Username")?>:<span><?php echo _("Your Google Voice username without the '@gmail.com' portion")?></span></a></td>191 <td><a href="#" class="info"><?php echo _("Username")?>:<span><?php echo _("Your Google Voice username (EG: username@domain.tld) [@gmail.com users can just enter username without '@gmail.com']")?></span></a></td> 192 192 <td><input size="30" maxlength="30" type="text" name="username" value="<?php echo (isset($username) ? $username : ''); ?>"></td> 193 193 </tr>
