Changeset 3326
- Timestamp:
- May 11, 2007, 12:04:01 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/admindoc/user_administration.xml
r3313 r3326 67 67 shows the user's memberships. 68 68 </para> 69 <helptext external_id="user.edit" title="Edit user account"> 70 <sect3 id="user_administration.users.edit.properties"> 69 <sect3 id="user_administration.users.edit.properties"> 71 70 <title>Properties</title> 71 <helptext external_id="user.edit" title="Edit user account"> 72 72 <para>These are the properties for an user account.</para> 73 73 <variablelist> … … 217 217 </varlistentry> 218 218 </variablelist> 219 </sect3> 220 <para> 221 Go to the other tabs if there are any changes to do otherwise press 222 <guibutton>Save</guibutton> 223 to save the values or 224 <guibutton>Cancel</guibutton> 225 to abort. 226 </para> 227 <seeother> 228 <other external_id="user.edit.contact">Edit user's contact information</other> 229 <other external_id="user.edit.membership">Edit user's membership</other> 230 </seeother> 231 </helptext> 232 <helptext external_id="user.edit.contact" title="Edit user's contact information"> 233 <sect3 id="user._administration.users.edit.contact"> 234 <title>Contact information</title> 219 <para> 220 Go to the other tabs if there are any changes to do otherwise press 221 <guibutton>Save</guibutton> 222 to save the values or 223 <guibutton>Cancel</guibutton> 224 to abort. 225 </para> 226 <seeother> 227 <other external_id="user.edit.contact">Edit user's contact information</other> 228 <other external_id="user.edit.membership">Edit user's membership</other> 229 </seeother> 230 </helptext> 231 </sect3> 232 233 <sect3 id="user._administration.users.edit.contact"> 234 <title>Contact information</title> 235 <helptext external_id="user.edit.contact" title="Edit user's contact information"> 235 236 <para> 236 237 Information about how to get in contact with the user that is asocciated … … 329 330 </varlistentry> 330 331 </variablelist> 331 </sect3> 332 <para> 333 Go to the other tabs if there are any changes to do otherwise press 334 <guibutton>Save</guibutton> 335 to save the values or 336 <guibutton>Cancel</guibutton> 337 to abort. 338 </para> 339 <seeother> 340 <other external_id="user.edit">Edit account</other> 341 <other external_id="user.edit.membership">Edit user's membership</other> 342 </seeother> 343 </helptext> 344 345 <helptext external_id="user.edit.membership" title="Edit user's membership"> 346 <sect3 id="user_administration.users.edit.membership"> 347 <title>User's membership</title> 332 <para> 333 Go to the other tabs if there are any changes to do otherwise press 334 <guibutton>Save</guibutton> 335 to save the values or 336 <guibutton>Cancel</guibutton> 337 to abort. 338 </para> 339 <seeother> 340 <other external_id="user.edit">Edit account</other> 341 <other external_id="user.edit.membership">Edit user's membership</other> 342 </seeother> 343 </helptext> 344 </sect3> 345 346 347 <sect3 id="user_administration.users.edit.membership"> 348 <title>User's membership</title> 349 <helptext external_id="user.edit.membership" title="Edit user's membership"> 348 350 <para> 349 351 An user's membership in groups and roles can be set on this tab. The … … 370 372 . The selected items will then disappear from the list of memberships. 371 373 </para> 372 </sect3> 373 <para> 374 Go to the other tabs if there are any changes to do otherwise press 375 <guibutton>Save</guibutton> 376 to save the values or 377 <guibutton>Cancel</guibutton> 378 to abort. 379 </para> 380 <seeother> 381 <other external_id="user.edit">Edit account</other> 382 <other external_id="user.edit.contact">Edit user's contact information</other> 383 </seeother> 384 </helptext> 374 <para> 375 Go to the other tabs if there are any changes to do otherwise press 376 <guibutton>Save</guibutton> 377 to save the values or 378 <guibutton>Cancel</guibutton> 379 to abort. 380 </para> 381 <seeother> 382 <other external_id="user.edit">Edit account</other> 383 <other external_id="user.edit.contact"> 384 Edit user's contact information 385 </other> 386 </seeother> 387 </helptext> 388 </sect3> 385 389 </sect2> 386 390 </sect1> -
trunk/www/include/styles/help.css
r3312 r3326 94 94 } 95 95 96 .helptext .tip { 97 margin: 1em; 98 padding: 0.5em; 99 border: 1px solid gray; 100 background-color: #f8f8e0; 101 } 102 96 103 .helptext h3 { 97 104 color: #000000;
Note: See TracChangeset
for help on using the changeset viewer.