Removed some unneeded text

This commit is contained in:
duergner 2004-11-10 09:15:16 +00:00
parent 696f5ab550
commit c997e76021
2 changed files with 0 additions and 8 deletions

View File

@ -333,7 +333,6 @@ class shadowAccount extends baseModule {
'shadowAccount_shadowWarning' => array('<block><key>' . _('Password warning') . '</key><value>' . $this->attributes['shadowWarn'][0] . '</value><block>'),
'shadowAccount_shadowInactive' => array('<block><key>' . _('Account inactive') . '</key><value>' . $this->attributes['shadowInactive'][0] . '</value></block>'),
'shadowAccount_shadowExpire' => array('<block><key>' . _('Password expire') . '</key><value>' . date('d. m. Y',$this->attributes['shadowExpire'][0]) . '</value></block>'),
'shadowAccount_shadowFlag' => array('<block><key>' . _('Shadow flag') . '</key><value>' . $this->attributes['shadowFlag'][0] . '</value></bock>'),
'shadowAccount_description' => array('<block><key>' . _('Description') . '</key><value>' . $this->attributes['description'][0] . '</value></block>'));
}

View File

@ -780,13 +780,6 @@ foreach($_SESSION['currentPDFStructure'] as $key => $entry) {
<tr>
<td width="10">
</td>
<td>
<?php echo _('Write your text in the field below.');?>
</td>
</tr>
<tr>
<td>
</td>
<td>
<textarea name="text_text" rows="4" cols="40"></textarea>
</td>