This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/php | |
<?php | |
/** | |
* merge the customers and domains from two or more Froxlor databases into a new one. | |
* | |
* Prerequisites: | |
* 1.) all admins must exist in the dest database with the same loginname, | |
* we rewrite admin ids, but do not create/transfer admins | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class BootstrapRow(layout.Div): | |
""" | |
Puts form fields into bootstrap grid rows. | |
Usage: | |
====== | |
Add fields by adding a tuple (field, columns) for each field (see example) | |
Example: | |
======== |