Changeset 3091 for trunk/data
- Timestamp:
- Jan 31, 2007, 3:15:24 PM (16 years ago)
- Location:
- trunk/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/helptexts.xml
-
Property
svn:eol-style
set to
native
r3084 r3091 27 27 <name>Configure columns</name> 28 28 <description><h4>Visible/Hidden columns</h4>
 29 Columns which name are placed in the listbox of visible columns will be displayed on listpage and the ones in hidden columns will not. The order between the visible columns on listpage will be the same as in the listbox.<br>
 30 
 29 31 <p><b>Hide/unhide</b><br>
 30 32 Select those column names, in either Visible columns or Hidden columns, that should be moved to the other listbox. Click then on one of the direction arrows between the listboxes, left to make columns visible or right to hide columns.<br>
 … … 83 85 Save the helptext item by pressing the <btn>Save</btn> - button or press <btn>Cancel</btn> to discard the changes.
 84 86 
 85 <h4> Editing tools</h4>
87 <h4>Tools</h4>
 86 88 The toolbar for text editing contains following buttons that are listed in the table below. 
 87 89 Mark the text that shall be between the start- and end tag and click on the toolbutton for the wanted function.
 … … 154 156 </tr>
 155 157 <tr>
 156 <td><mnu>Button &nbsp;text</mnu></td>
158 <td><mnu>Button text</mnu></td>
 157 159 <td><ui>&lt;btn&gt;</ui></td>
 158 160 <td><ui>&lt;/btn&gt;</ui></td>
 … … 160 162 </tr>
 161 163 <tr>
 162 <td><mnu>Menu &nbsp;text</mnu></td>
164 <td><mnu>Menu text</mnu></td>
 163 165 <td><ui>&lt;mnu&gt;</ui></td>
 164 166 <td><ui>&lt;/mnu&gt;</ui></td>
 … … 188 190 <tr>
 189 191 <td rowspan="2"><btn><img src="/base2/images/text_list.gif"/></btn></td>
 190 <td><mnu>Orderded &nbsp;list</mnu></td>
192 <td><mnu>Orderded list</mnu></td>
 191 193 <td><ui>&lt;ol&gt;</ui></td>
 192 194 <td><ui>&lt;/ol&gt;</ui></td>
 … … 194 196 </tr>
 195 197 <tr>
 196 <td><mnu>Unorderded &nbsp;list</mnu></td>
198 <td><mnu>Unorderded list</mnu></td>
 197 199 <td><ui>&lt;ul&gt;</ui></td>
 198 200 <td><ui>&lt;/ul&gt;</ui></td>
 … … 231 233 <tr>
 232 234 <td><mnu>Internal link</mnu></td>
 233 <td><ui>&lt;a href="#bookmarkname"&gt;</ui></td>
235 <td><ui>&lt;a&nbsp;href="#bm_name"&gt;</ui></td>
 234 236 <td><ui>&lt;/a&gt;</ui></td>
 235 237 <td>Links to a bookmark within the text. A bookmark is inserted with the bookmark-tag below. There has to be a word/text between the start- and end tag for this to work.</td>
 … … 237 239 <tr>
 238 240 <td><mnu>Bookmark</mnu></td>
 239 <td><ui>&lt;a name="name"&gt;</ui></td>
241 <td><ui>&lt;a&nbsp;name="bm_name"&gt;</ui></td>
 240 242 <td><ui>&lt;/a&gt;</ui></td>
 241 243 <td>Inserts a bookmark in the text. Use the bookmark's name as reference in a internal link.</td>
 … … 252 254 The format that the filter value should be in depends on what kind of column that should be filtered.<br>
 253 255 Simple textfields such as names, descriptions, titles etc. take any textstring as an input. The filter is <imp>incasesensitive</imp> and the value can contain wildcards for textstrings to expand the conditions(see <a href="#wildcards">Wildcards</a> below).<br><br>
 254 The filter value for date fields shall be in the format <imp>YYYY-MM-DD</imp>, e.g. 2005-03-05 for the 5th of March year 2005.<br>
256 The filter value for date fields shall be in the format that is specified in <mnu>File</mnu> - <mnu>Preferences...</mnu>. <br>
 255 257 The columns with a dropdown list as a filter field can only be filtered with one of the values availble in the list.<br>
 256 258 Boolean fields have three options that they can be filtered on: true, false and any(both true and false).<br>
 … … 306 308 <helpitem externalID="news.edit"> 307 309 <name>Edit news</name> 308 <description><ul>
 310 <description><h4>Properties</h4>
 311 <ul>
 309 312 <li><req>Title</req><br> 
 310 313 A word or few words that gives a good hint about what the news are about. <imp>Can't be larger then 255 characters(including space).</imp>
 … … 312 315 <hr>
 313 316 The date properties below can be set by either pressing the <btn>Calender</btn> button and pick a date from the popup window or it can be typed by hand.<br>
 314 The only valid format in the date-fields is <imp>YYYY-MM-DD</imp>.<br><br>
317 Use the date format that is specified in <mnu>File</mnu> - <mnu>Preferences...</mnu><br><br>
 315 318 <li>
 316 319 <req>Start date</req><br> 
 … … 333 336 Click on <btn>Save</btn> button to save the news or <btn>Cancel</btn> to abort and discard the changes.</description> 334 337 </helpitem> 338 <helpitem externalID="user.edit"> 339 <name>Edit user</name> 340 <description><h4>Properties</h4>
 341 This is one of three tabs where the information about an user account can be edit. The other two are Contact information and Membership.
 342 <ul>
 343 <li>
 344 <req>Name</req><br>
 345 The full name of the user that is associated with this account.
 346 </li>
 347 
 348 <li>
 349 <req>Login</req><br>
 350 The login name to use together with a password for login/access and identification in BASE.<br>
 351 <imp>The login must be unique for each user.</imp>
 352 </li>
 353 
 354 <li>
 355 <ui>External&nbsp;ID</ui><br>
 356 This field can be used if the users has external ids to be identified with. <imp>An external id must be unique for each user.</imp>
 357 </li>
 358 
 359 <li>
 360 <req>New&nbsp;password</req><br>
 361 Password to use together with the login. Mix at least 6 upper- and lower-case letters together with numbers for a secure password.<br>
 362 It's only necessary to fill in this field for new user accounts.<br>
 363 <imp>Not filling in a password for an already existing account will leave the password unchanged.</imp>
 364 </li>
 365 
 366 <li>
 367 <ui>Retype&nbsp;password</ui><br>
 368 Retype the new password in this field to be sure it's saved right.
 369 </li>
 370 
 371 <li>
 372 <req>Quota</req><br>
 373 This sets how large diskspace the user account should be able to use on the BASE-server. Select one option from the drop down-list of qoutas.
 374 </li>
 375 
 376 <li>
 377 <mnu>Quota&nbsp;group</mnu><br>
 378 A quota group has a limit of total quota in the group. Select a group from the drop down-list quota groups if the account should be apart of such group.<br>
 379 See the help text about {@link group.edit edit&nbsp;groups} for more information about quota groups.
 380 </li>
 381 
 382 <li>
 383 <mnu>Home&nbsp;directory</mnu><br>
 384 This is where the files for this account should be put by default. <mnu>-Create new-</mnu> or <mnu>-create new from template-</mnu> will create a new file directory for the account. The second option will also create some default sub directories. Instead of creating a new directory it's possible to choose from already existing home directories of other users or not to have a home directory at all, <mnu>-none-</mnu>.
 385 </li>
 386 
 387 <li>
 388 <ui>Expiration&nbsp;date</ui><br>
 389 After the epiration date of an account it is not longer possible to login/use it. Fill in this field if the account should be valid until a certain date.<br>
 390 Write the date in the format that is specified under <mnu>File</mnu>-<mnu>Preferences...</mnu>. Use the <btn>Calender</btn> button to pick a date with the mouse.
 391 </li>
 392 
 393 <li>
 394 <ui>Multi-user&nbsp;account</ui><br>
 395 This checkbox should be checked if there are more then one user to an account. This will make it impossible for a user to change personal preferences such as password, contact information or description.
 396 </li>
 397 
 398 <li>
 399 <ui>Disabled</ui><br>
 400 Tick this checkbox to disable the account. If an account is disabled it's not possible to login on that account.
 401 </li>
 402 
 403 </ul>
 404 
 405 <h4>See also</h4>
 406 <ul>
 407 <li>{@link user.edit.contact Contact&nbsp;information}</li>
 408 <li>{@link user.edit.membership Membership}</li>
 409 </ul></description> 410 </helpitem> 411 <helpitem externalID="user.edit.contact"> 412 <name>Edit user's contact information</name> 413 <description>This tab holds information about how to contact the user. No properties on this tab are required to be able to save the user information.
 414 
 415 <h4>Properties</h4>
 416 <ul>
 417 
 418 <li>
 419 <ui>Email</ui><br>
 420 The email is validated before it's saved and need to have at least one letter before '@' and at least one sub domain and top domain after to pass.
 421 </li>
 422 
 423 <li>
 424 <ui>Organisation</ui><br>
 425 Organisation/company that the user belongs to.
 426 </li>
 427 
 428 <li>
 429 <ui>Address</ui><br>
 430 Write the mail address of the user here. Click on the magnifying glass to the right for a larger window to edit in.
 431 </li>
 432 
 433 <li>
 434 <ui>Phone</ui><br>
 435 User's phone number.
 436 </li>
 437 
 438 <li>
 439 <ui>Fax</ui><br>
 440 The user's fax number, if she/he has any, should be put here.
 441 </li>
 442 
 443 <li>
 444 <ui>Url</ui><br>
 445 URL associated to the user.
 446 </li>
 447 
 448 <li>
 449 <ui>Description</ui><br>
 450 More information that can be of importance. Click on the magnifying glass to the right for a larger window to edit in.
 451 </li>
 452 
 453 </ul>
 454 
 455 <h4>See also</h4>
 456 <ul>
 457 <li>{@link user.edit Edit user's account information}</li>
 458 <li>{@link user.edit.membership Edit user's membership}</li>
 459 <li>{@link userpreferences.contact Edit login user's preferences}</li>
 460 </ul></description> 461 </helpitem> 462 <helpitem externalID="user.edit.membership"> 463 <name>Edit user's membership</name> 464 <description><h4>Membership</h4>
 465 <p>An user can have membership in none or several groups and roles.<br>
 466 As a member in a group the user will have access to those items that are shared to the group.<br> A membership in a role gives the user those permissions that are assigned to the role.<br>
 467 Which groups and roles the user is a member of are listed in the listbox under seperate headlines.<br><br>
 468 </p>
 469 
 470 <b>New membership</b><br>
 471 Press one of the <btn>Add groups...</btn> or the <btn>Add roles...</btn> button to open a popup window that contains a list of either groups or roles(depending on which button that was pressed) that are possible to add. Select one or several items from the list and press then <btn>Ok</btn> to procced and to close the popup window.<br>
 472 The selected items are added to the listbox.
 473 <br><br>
 474 
 475 <b>Remove membership</b><br>
 476 Memberships in groups or roles are removed by selecting the groups/roles in the listbox and then pressing the <btn>Remove</btn> button.<br>
 477 
 478 <h4>See also</h4>
 479 <ul>
 480 <li>
 481 {@link user.edit Edit&nbsp;user}
 482 </li>
 483 
 484 <li>
 485 {@link user.edit.contact Edit&nbsp;contact&nbsp;information}
 486 </li>
 487 
 488 <li>
 489 Groups
 490 </li>
 491 
 492 <li>
 493 Roles
 494 </li>
 495 </ul></description> 496 </helpitem> 335 497 </helptexts> -
Property
svn:eol-style
set to
-
trunk/data/plugin_configfile.xml
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
Note: See TracChangeset
for help on using the changeset viewer.