Changeset 1671
- Timestamp:
- 03/03/10 11:16:33 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/ullTableTool/ullWidgetForeignKeyTest.php
r1670 r1671 33 33 $t->is($widget->render('foo', $testUser['id']), 34 34 '<a title="Show business card" onclick="this.href="#";popup( 35 "/ullUser/show/ 2",36 "Popup 2",35 "/ullUser/show/' . $testUser['id'] . '", 36 "Popup' . $testUser['id'] . '", 37 37 "width=720,height=720,scrollbars=yes,resizable=yes" 38 );" href="/ullUser/show/ 2">Test <big>User</big></a>');38 );" href="/ullUser/show/' . $testUser['id'] . '">Test <big>User</big></a>');
