Merge lp:~edb/quam-plures/another_evo_reference into lp:quam-plures

Proposed by EdB
Status: Merged
Merged at revision: 7616
Proposed branch: lp:~edb/quam-plures/another_evo_reference
Merge into: lp:quam-plures
Diff against target: 12 lines (+1/-1)
1 file modified
qp_inc/users/views/_user.form.php (+1/-1)
To merge this branch: bzr merge lp:~edb/quam-plures/another_evo_reference
Reviewer Review Type Date Requested Status
EdB Approve
Tilman Blumenbach (community) Approve
Review via email: mp+68158@code.launchpad.net

Description of the change

http://forums.quamplures.net/viewtopic.php?f=11&t=864

This branch removes another link to b2evolution.net, this time at the User's page via admin where the user level is set. Personally I like the idea of user level but I changed the note from "here is a link to that other app" to say "(this feature has very little use and may one day go away)"

To post a comment you must log in.
Revision history for this message
Tilman Blumenbach (tblue) wrote :

Looks fine,

review: Approve
7609. By EdB

core to 7614

Revision history for this message
EdB (edb) wrote :

one of three extremely simple branches I'll self-merge to clear out some backlog.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qp_inc/users/views/_user.form.php'
2--- qp_inc/users/views/_user.form.php 2010-12-31 12:12:03 +0000
3+++ qp_inc/users/views/_user.form.php 2011-08-25 19:22:36 +0000
4@@ -104,7 +104,7 @@
5 $Form->info( T_('User group'), $edited_User->Group->dget('name') );
6 }
7
8- $field_note = '[0 - 10] '.sprintf( T_('See <a %s>online manual</a> for details.'), 'href="http://manual.b2evolution.net/User_levels"' );
9+ $field_note = '[0 - 10] '.T_('(this feature has very little use and may one day go away)');
10 if( $action != 'view_user' && $current_User->check_perm( 'users', 'edit' ) )
11 {
12 $Form->text_input( 'edited_user_level', $edited_User->get('level'), 2, T_('User level'), $field_note, array( 'required' => true ) );

Subscribers

People subscribed via source and target branches